freebsd-ports/security/gpass/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

37 lines
861 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= 3
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
post-patch:
@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
${WRKSRC}/configure
post-install:
@-update-desktop-database
.include <bsd.port.mk>