summaryrefslogtreecommitdiffstats
path: root/sysutils/zeitgeist/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-20 05:03:00 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-20 05:03:00 +0800
commit4cb2e7e503af5eb4767727d9da82b98a32ba885b (patch)
tree35f1ba0e83992ffde160c23965ca787cae6391a5 /sysutils/zeitgeist/Makefile
parentb65f0c2af1f0938cd8a92f6da69233915b544230 (diff)
downloadmarcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.tar
marcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.tar.gz
marcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.tar.bz2
marcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.tar.lz
marcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.tar.xz
marcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.tar.zst
marcuscom-ports-4cb2e7e503af5eb4767727d9da82b98a32ba885b.zip
Add zeitgeist. Acivity logging.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15842 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/zeitgeist/Makefile')
-rw-r--r--sysutils/zeitgeist/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/zeitgeist/Makefile b/sysutils/zeitgeist/Makefile
new file mode 100644
index 000000000..7fd6ea62a
--- /dev/null
+++ b/sysutils/zeitgeist/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: zeitgeist
+# Date Created: 31 Mar 2011
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zeitgeist
+PORTVERSION= 0.7.1
+CATEGORIES= sysutils
+MASTER_SITES= http://launchpadlibrarian.net/66829603/
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= Event logging framework - engine
+
+BUILD_DEPENDS= rapper:${PORTSDIR}/textproc/raptor \
+ ${PYTHON_SITELIBDIR}/rdflib/__init__.py:${PORTSDIR}/textproc/py-rdflib
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/rdflib/__init__.py:${PORTSDIR}/textproc/py-rdflib \
+ ${LOCALBASE}/bin/dbus-daemon:${PORTSDIR}/devel/dbus
+
+USE_GNOME= gnomehack intlhack
+USE_GMAKE= yes
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USE_GETTEXT= yes
+#CONFIGURE_ARGS= --disable-gtk-doc \
+#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+# LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= zeitgeist-daemon.1
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python|g' \
+ ${WRKSRC}/extra/rdfxml2py
+
+.include <bsd.port.mk>