summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-17 05:07:04 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-11-17 05:07:04 +0800
commitfacbb5c5e41334a6499545c66ee66b244701376d (patch)
tree94bce4a713583e5b838bd022467dd4a8b4385d1e /devel
parentd6efdc3ed4745757b99943d5b4d5e8aff85fc3a1 (diff)
downloadmarcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.tar
marcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.tar.gz
marcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.tar.bz2
marcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.tar.lz
marcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.tar.xz
marcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.tar.zst
marcuscom-ports-facbb5c5e41334a6499545c66ee66b244701376d.zip
Update pkg-plist for gamin update
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7924 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/py-gamin/Makefile34
-rw-r--r--devel/py-gamin/pkg-descr3
-rw-r--r--devel/py-gamin/pkg-plist6
3 files changed, 43 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"
diff --git a/devel/py-gamin/pkg-descr b/devel/py-gamin/pkg-descr
new file mode 100644
index 000000000..e99ea2fd1
--- /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 000000000..d4b413dec
--- /dev/null
+++ b/devel/py-gamin/pkg-plist
@@ -0,0 +1,6 @@
+%%PYTHON_SITELIBDIR%%/_gamin.a
+%%PYTHON_SITELIBDIR%%/_gamin.la
+%%PYTHON_SITELIBDIR%%/_gamin.so
+%%PYTHON_SITELIBDIR%%/gamin.py
+@dirrm %%PYTHON_SITELIBDIR%%
+@dirrm %%PYTHON_LIBDIR%%