summaryrefslogtreecommitdiffstats
path: root/devel/py-gamin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-gamin/Makefile')
-rw-r--r--devel/py-gamin/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/py-gamin/Makefile b/devel/py-gamin/Makefile
new file mode 100644
index 000000000..037359a95
--- /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: ports/devel/py-gamin/Makefile,v 1.7 2006/02/23 10:36:13 ade Exp $
+#
+
+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"