From 2edd441c26e7eb123a33376ef3f06183f644116b Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 20 Aug 2006 01:27:36 +0000 Subject: -Add gnomehack and gnomeprefix, update the plist. -USE_X_PREFIX -> USE_XLIB. -While I am here, add update-desktop-database. -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7078 df743ca5-7f9a-e211-a948-0013205c9059 --- security/gpass/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 security/gpass/Makefile (limited to 'security/gpass/Makefile') diff --git a/security/gpass/Makefile b/security/gpass/Makefile new file mode 100644 index 000000000..5de770d3b --- /dev/null +++ b/security/gpass/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: gpass +# Date created: 2006-07-24 +# Whom: ports@c0decafe.net +# +# $FreeBSD$ +# + +PORTNAME= gpass +PORTVERSION= 0.5.1 +PORTREVISION= 1 +CATEGORIES= security gnome +MASTER_SITES= http://projects.netlab.jp/gpass/release/ + +MAINTAINER= ports@c0decafe.net +COMMENT= A password manager for GNOME2 + +LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ + mhash:${PORTSDIR}/security/mhash + +USE_XLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" +USE_GMAKE= yes + +MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 + +USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2 +GCONF_SCHEMAS= gpass.schemas + +.include + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ + ${WRKSRC}/configure + +.include -- cgit v1.2.3