summaryrefslogtreecommitdiffstats
path: root/devel/py-libgsf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-libgsf/Makefile')
-rw-r--r--devel/py-libgsf/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/py-libgsf/Makefile b/devel/py-libgsf/Makefile
new file mode 100644
index 000000000..dbdd247e1
--- /dev/null
+++ b/devel/py-libgsf/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: py-libgsf
+# Date created: Oct 3, 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+CATEGORIES= devel gnome python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Python wrapper for libgsf
+
+BUILD_WRKSRC= ${WRKSRC}/python
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+
+MASTERDIR= ${.CURDIR}/../libgsf
+PLIST= ${.CURDIR}/pkg-plist
+
+USE_GNOME= gnomehack libgsf_gnome gnomevfs2 ltverhack intlhack pygtk2
+USE_PYTHON= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
+ --disable-gtk-doc --with-bz2 --with-gnome --with-python
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
+ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS=
+GSF_SLAVE= yes
+
+.include "${MASTERDIR}/Makefile"