blob: 9ac264213c94e9f51e3802a57c2d4eb0df9619b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Created by: ports@c0decafe.net <ports@c0decafe.net>
# $FreeBSD$
PORTNAME= gpass
PORTVERSION= 0.5.1
PORTREVISION= 11
CATEGORIES= security gnome
MASTER_SITES= http://projects.netlab.jp/gpass/release/
MAINTAINER= ports@FreeBSD.org
COMMENT= Password manager for GNOME2
LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \
libmhash.so:${PORTSDIR}/security/mhash
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic
USES= desktop-file-utils gmake pathfix pkgconfig
USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2
GCONF_SCHEMAS= gpass.schemas
post-patch:
@${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/include/gpass/error.h \
${WRKSRC}/src/helper.h
.include <bsd.port.mk>
|