diff options
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-multisync/Makefile | 30 | ||||
-rw-r--r-- | palm/synce-multisync/distinfo | 3 | ||||
-rw-r--r-- | palm/synce-multisync/pkg-descr | 4 | ||||
-rw-r--r-- | palm/synce-multisync/pkg-plist | 7 |
4 files changed, 44 insertions, 0 deletions
diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile new file mode 100644 index 000000000..be1ba3586 --- /dev/null +++ b/palm/synce-multisync/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: synce-multisync +# Date created: September 2004 +# Whom: Sam Lawrance <boris@brooknet.com.au> +# +# $FreeBSD$ + +PORTNAME= synce-multisync_plugin +PORTVERSION= 0.9.0 +PORTREVISION= 4 +CATEGORIES= palm deskutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= synce + +MAINTAINER= ports@FreeBSD.org +COMMENT= SynCE synchronisation plugin for Multisync + +LIB_DEPENDS= rra.0:${PORTSDIR}/palm/synce-rra +BUILD_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync +RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync + +USE_GNOME= gnomeprefix gnometarget gnomevfs2 +USE_GMAKE= yes +USE_XLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ + --with-libsynce=${LOCALBASE} \ + --with-librra=${LOCALBASE} \ + --with-multisync-include=${LOCALBASE}/include/multisync + +.include <bsd.port.mk> diff --git a/palm/synce-multisync/distinfo b/palm/synce-multisync/distinfo new file mode 100644 index 000000000..de83505b9 --- /dev/null +++ b/palm/synce-multisync/distinfo @@ -0,0 +1,3 @@ +MD5 (synce-multisync_plugin-0.9.0.tar.gz) = 0273cac4d2bce299aec8a51b08101985 +SHA256 (synce-multisync_plugin-0.9.0.tar.gz) = 70f1a0e4bbeaf71f7403af95aac56eeb7aae0791e2303521e2d0e682c815a94d +SIZE (synce-multisync_plugin-0.9.0.tar.gz) = 327269 diff --git a/palm/synce-multisync/pkg-descr b/palm/synce-multisync/pkg-descr new file mode 100644 index 000000000..0ecb3ef8d --- /dev/null +++ b/palm/synce-multisync/pkg-descr @@ -0,0 +1,4 @@ +This plugin adds a SynCE connector to Multisync, making it possible to sync +your Pocket PC with any other Multisync supported device or software. + +WWW: http://synce.sourceforge.net/ diff --git a/palm/synce-multisync/pkg-plist b/palm/synce-multisync/pkg-plist new file mode 100644 index 000000000..dcfd1c46e --- /dev/null +++ b/palm/synce-multisync/pkg-plist @@ -0,0 +1,7 @@ +lib/multisync/libsynce_plugin.a +lib/multisync/libsynce_plugin.la +lib/multisync/libsynce_plugin.so +lib/multisync/libsynce_plugin.so.0 +share/gnome/synce/synce_multisync_plugin.glade +@dirrm share/gnome/synce +@dirrmtry lib/multisync |