pkgsrc/security/gpass/Makefile
jmmv f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00

24 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.16 2006/09/16 12:20:40 jmmv Exp $
#
DISTNAME= gpass-0.4.4
PKGREVISION= 7
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gpass.sourceforge.net/
COMMENT= GNOME Password Manager
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"