pkgsrc-wip/py-zeitgeist/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

32 lines
965 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/10/07 13:57:33 asau Exp $
#
DISTNAME= zeitgeist-0.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://launchpad.net/zeitgeist/0.3/0.3.2/+download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://launchpad.net/zeitgeist/
COMMENT= Service which logs the users's activities and events
LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
DEPENDS+= ${PYPKGPREFIX}-storm-[0-9]*:../../wip/py-storm
GNU_CONFIGURE= yes
USE_LANGUAGES= c
USE_TOOLS+= gmake intltool
PY_PATCHPLIST= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../devel/py-gobject/buildlink3.mk"
.include "../../sysutils/py-dbus/buildlink3.mk"
BUILDLINK_ABI_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.14.1nb1
.include "../../x11/py-gtk2/buildlink3.mk"
# for py-gconf
.include "../../x11/py-gnome2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"