summaryrefslogtreecommitdiff
path: root/palm/synce-gvfs/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-16 19:59:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-16 19:59:49 +0000
commit33204a44d3e45c5a0f8057d3b9a7768d9ba7896a (patch)
tree58620d96834e9f6470d8bb97911115bb2066b2e7 /palm/synce-gvfs/Makefile
parent- Update to 0.8.1 (diff)
Add synce-gnomevfs, a GNOME2 VFS module giving gnome-vfs aware applications
like Nautilus access to WinCE/PocketPC device file system. PR: ports/56067 Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes
Notes: svn path=/head/; revision=95962
Diffstat (limited to 'palm/synce-gvfs/Makefile')
-rw-r--r--palm/synce-gvfs/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile
new file mode 100644
index 000000000000..3be4efba0645
--- /dev/null
+++ b/palm/synce-gvfs/Makefile
@@ -0,0 +1,25 @@
+# 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.8
+CATEGORIES= palm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= synce
+
+MAINTAINER= boris@brooknet.com.au
+COMMENT= Gnome VFS module for WinCE devices
+
+LIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2
+
+USE_GNOME= gnomeprefix gnometarget gnomevfs2
+USE_X_PREFIX= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS+= --with-librapi=${LOCALBASE}
+
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>