diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:06:29 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:06:29 +0000 |
commit | fc56270945451e3ba1ce2163db674190f8c2725f (patch) | |
tree | 74f9c48a14dd16f158ef4fa66f61c5f5a3f86900 /devel | |
parent | d95a9e9b4db2437f32d09573db819bdb34041cd9 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-libgsf/Makefile | 30 | ||||
-rw-r--r-- | devel/py-libgsf/pkg-plist | 10 |
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2012152b0395..8e4fc437d94e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1693,6 +1693,7 @@ SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-levenshtein + SUBDIR += py-libgsf SUBDIR += py-ll-core SUBDIR += py-log4py SUBDIR += py-logging diff --git a/devel/py-libgsf/Makefile b/devel/py-libgsf/Makefile new file mode 100644 index 000000000000..33106fe8525d --- /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: ports/devel/py-libgsf/Makefile,v 1.1 2006/10/04 00:34:55 ahze Exp $ + +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" diff --git a/devel/py-libgsf/pkg-plist b/devel/py-libgsf/pkg-plist new file mode 100644 index 000000000000..6bbb1900dc5e --- /dev/null +++ b/devel/py-libgsf/pkg-plist @@ -0,0 +1,10 @@ +%%PYTHON_SITELIBDIR%%/gsf/__init__.py +%%PYTHON_SITELIBDIR%%/gsf/__init__.pyc +%%PYTHON_SITELIBDIR%%/gsf/__init__.pyo +%%PYTHON_SITELIBDIR%%/gsf/_gsfmodule.a +%%PYTHON_SITELIBDIR%%/gsf/_gsfmodule.la +%%PYTHON_SITELIBDIR%%/gsf/_gsfmodule.so +%%PYTHON_SITELIBDIR%%/gsf/gnomemodule.a +%%PYTHON_SITELIBDIR%%/gsf/gnomemodule.la +%%PYTHON_SITELIBDIR%%/gsf/gnomemodule.so +@dirrm %%PYTHON_SITELIBDIR%%/gsf |