summaryrefslogtreecommitdiffstats
path: root/palm/synce-gnomevfs/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 03:00:50 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 03:00:50 +0800
commitaa0845cfb3c57b441e18b7816d72927d0f746d41 (patch)
treed17fbf6e674fe9e1d13c48009f5d334a78cf4b4e /palm/synce-gnomevfs/Makefile
parentb8ea45796d3a4defaebca23a6fe89be05bf645e3 (diff)
downloadmarcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.gz
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.bz2
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.lz
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.xz
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.zst
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'palm/synce-gnomevfs/Makefile')
-rw-r--r--palm/synce-gnomevfs/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/palm/synce-gnomevfs/Makefile b/palm/synce-gnomevfs/Makefile
new file mode 100644
index 000000000..3edf324f7
--- /dev/null
+++ b/palm/synce-gnomevfs/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: synce-gnomevfs
+# Date created: 28 August 2003
+# Whom: Sam Lawrance <boris@brooknet.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= synce-gnomevfs
+PORTVERSION= 0.9.0
+PORTREVISION= 4
+CATEGORIES= palm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= synce
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Gnome VFS module for WinCE devices
+
+LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
+
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomeprefix gnometarget gnomevfs2
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \
+ --with-libsynce=${LOCALBASE}
+
+USE_LDCONFIG= yes
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+ ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.post.mk>