summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs-extras/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnomevfs-extras/Makefile')
-rw-r--r--devel/gnomevfs-extras/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/gnomevfs-extras/Makefile b/devel/gnomevfs-extras/Makefile
new file mode 100644
index 000000000..0532f5047
--- /dev/null
+++ b/devel/gnomevfs-extras/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gnomevfs-extras
+# Date created: 20 January 2003
+# Whom: Koop Mast <einekoai@chello.nl>
+#
+# $FreeBSD: ports/devel/gnomevfs-extras/Makefile,v 1.7 2003/11/17 12:28:54 trevor Exp $
+#
+
+PORTNAME= gnomevfs-extras
+PORTVERSION= 0.99.12
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-vfs-extras/0.99
+DISTNAME= gnome-vfs-extras-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= einekoai@chello.nl
+COMMENT= A plugin for gnomevfs2 to browse smb shares with nautilus2
+
+LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomevfs2
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --without-rio500
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>