diff options
Diffstat (limited to 'devel/py-gamin')
-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 |
3 files changed, 0 insertions, 41 deletions
diff --git a/devel/py-gamin/Makefile b/devel/py-gamin/Makefile deleted file mode 100644 index 38dc5606a..000000000 --- a/devel/py-gamin/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# 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 - -MASTERDIR= ${.CURDIR}/../gamin -BUILD_WRKSRC= ${WRKSRC}/python -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -USE_FAM= yes -WANT_FAM_SYSTEM=gamin - -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 deleted file mode 100644 index e99ea2fd1..000000000 --- a/devel/py-gamin/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 28030282d..000000000 --- a/devel/py-gamin/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_gamin.a -%%PYTHON_SITELIBDIR%%/_gamin.la -%%PYTHON_SITELIBDIR%%/_gamin.so -%%PYTHON_SITELIBDIR%%/gamin.py |