diff options
author | pawel <pawel@FreeBSD.org> | 2014-07-08 00:02:06 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-07-08 00:02:06 +0800 |
commit | 3ef8eae0ef07346b145185a501fe7ca8c36f96d7 (patch) | |
tree | 577f1b1e827a063b587d24e29a69082f91ec720f /security/gpass/Makefile | |
parent | 1934c8a70cef252c59c19372abbcb974f281dea5 (diff) | |
download | freebsd-ports-gnome-3ef8eae0ef07346b145185a501fe7ca8c36f96d7.tar.gz freebsd-ports-gnome-3ef8eae0ef07346b145185a501fe7ca8c36f96d7.tar.zst freebsd-ports-gnome-3ef8eae0ef07346b145185a501fe7ca8c36f96d7.zip |
- Add staging support
- Convert to new LIB_DEPENDS format, USES=desktop-file-utils
- Remove Author tag from pkg-descr
Diffstat (limited to 'security/gpass/Makefile')
-rw-r--r-- | security/gpass/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 1d73c9b65b21..b9ebbb39839c 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -10,19 +10,16 @@ MASTER_SITES= http://projects.netlab.jp/gpass/release/ MAINTAINER= ports@FreeBSD.org COMMENT= Password manager for GNOME2 -LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \ - mhash:${PORTSDIR}/security/mhash +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/mcrypt \ + libmhash.so:${PORTSDIR}/security/mhash GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic -MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 - -USES= pathfix gmake pkgconfig +USES= desktop-file-utils gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure @@ -30,7 +27,4 @@ post-patch: ${WRKSRC}/include/gpass/error.h \ ${WRKSRC}/src/helper.h -post-install: - @-update-desktop-database - .include <bsd.port.mk> |