summaryrefslogtreecommitdiffstats
path: root/palm/synce-multisync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'palm/synce-multisync/Makefile')
-rw-r--r--palm/synce-multisync/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile
new file mode 100644
index 000000000..6a7b8de54
--- /dev/null
+++ b/palm/synce-multisync/Makefile
@@ -0,0 +1,34 @@
+# 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= 6
+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
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+
+.include <bsd.port.mk>