summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs-monikers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs-monikers/Makefile')
-rw-r--r--devel/gnome-vfs-monikers/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/gnome-vfs-monikers/Makefile b/devel/gnome-vfs-monikers/Makefile
new file mode 100644
index 000000000..12e6384a8
--- /dev/null
+++ b/devel/gnome-vfs-monikers/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gnome-vfs-monikers
+# Date created: 2006-07-11
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= gnome-vfs-monikers
+PORTVERSION= 2.15.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gnome-vfs monikers module
+
+USE_GNOME= gnomevfs2
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+.include <bsd.port.mk>