1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
freebsd-ports/security/gpass/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
847 B
Makefile

# New ports collection makefile for: gpass
# Date created: 2006-07-24
# Whom: ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= gpass
PORTVERSION= 0.5.1
PORTREVISION= 6
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
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
post-patch:
@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
${WRKSRC}/configure
post-install:
@-update-desktop-database
.include <bsd.port.mk>