diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-gamin/Makefile | 34 | ||||
-rw-r--r-- | devel/py-gamin/pkg-descr | 3 | ||||
-rw-r--r-- | devel/py-gamin/pkg-plist | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3ad51c1b372b..8bc350ab7503 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1269,6 +1269,7 @@ SUBDIR += py-fortran SUBDIR += py-freebsd SUBDIR += py-game + SUBDIR += py-gamin SUBDIR += py-getargs SUBDIR += py-grouch SUBDIR += py-istring diff --git a/devel/py-gamin/Makefile b/devel/py-gamin/Makefile new file mode 100644 index 000000000000..e4ffc770554a --- /dev/null +++ b/devel/py-gamin/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: py-gamin +# Date Created: 24 March 2005 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Python interface to the Gamin file monitoring system + +LIB_DEPENDS= gamin-1.0:${PORTSDIR}/devel/gamin + +MASTERDIR= ${.CURDIR}/../gamin +BUILD_WRKSRC= ${WRKSRC}/python +INSTALL_WRKSRC= ${BUILD_WRKSRC} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +GAMIN_SLAVE= yes + +USE_GNOME= gnomehack gnometarget +USE_PYTHON= yes +CONFIGURE_ARGS= --with-python=${LOCALBASE} \ + --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc + +post-install: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/devel/py-gamin/pkg-descr b/devel/py-gamin/pkg-descr new file mode 100644 index 000000000000..e99ea2fd1ff0 --- /dev/null +++ b/devel/py-gamin/pkg-descr @@ -0,0 +1,3 @@ +Python interface to the Gaim file and directory monitoring system. + +WWW: http://www.gnome.org/~veillard/gamin/python.html diff --git a/devel/py-gamin/pkg-plist b/devel/py-gamin/pkg-plist new file mode 100644 index 000000000000..e46d4da5621b --- /dev/null +++ b/devel/py-gamin/pkg-plist @@ -0,0 +1,4 @@ +lib/%%PYTHON_VERSION%%/site-packages/gamin.py +lib/%%PYTHON_VERSION%%/site-packages/gamin.pyc +lib/%%PYTHON_VERSION%%/site-packages/gamin.pyo +lib/%%PYTHON_VERSION%%/site-packages/_gamin.so |