freebsd-ports/sysutils/zeitgeist/Makefile
Alberto Villa c40e886016 Zeitgeist is a service which logs the users's activities and events
(files opened, websites visites, conversations hold with other people, etc.)
and makes relevant information available to other applications. It is able to
establish relationships between items based on similarity and usage patterns.

WWW: http://zeitgeist-project.com

Approved by:	kwm (maintainer)
2011-10-16 23:00:43 +00:00

38 lines
1 KiB
Makefile

# New ports collection makefile for: zeitgeist
# Date Created: 31 Mar 2011
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zeitgeist
PORTVERSION= 0.8.1.1
CATEGORIES= sysutils
MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R:R}/${PORTVERSION}/+download/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Event logging framework - engine
BUILD_DEPENDS= rapper:${PORTSDIR}/textproc/raptor2 \
${PYTHON_SITELIBDIR}/rdflib/__init__.py:${PORTSDIR}/textproc/py-rdflib
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
USE_GNOME= gnomehack intlhack pygobject
USE_GMAKE= yes
USE_PYTHON= yes
FETCH_ARGS= -Fpr
GNU_CONFIGURE= yes
USE_GETTEXT= yes
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAN1= zeitgeist-daemon.1
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \
${WRKSRC}/extra/rdfxml2py
.include <bsd.port.mk>