diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:51:59 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:51:59 +0800 |
commit | 143d40479316f4a086dad11719fb2734a6f8c972 (patch) | |
tree | 75f035bb3e443456ae12cbd799cf97dff97588fc /palm | |
parent | 89ef6c720b030d59f93e07d158dc518072ead4bd (diff) | |
download | marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.tar marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.tar.gz marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.tar.bz2 marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.tar.lz marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.tar.xz marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.tar.zst marcuscom-ports-143d40479316f4a086dad11719fb2734a6f8c972.zip |
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, multisync lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6870 df743ca5-7f9a-e211-a948-0013205c9059
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 |