1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/security/gringotts/Makefile
Bernhard Froehlich bac31b91cf
security/gringotts: Add CPE information
Approved by:    portmgr (blanket)
2021-09-02 08:57:26 +00:00

44 lines
1.1 KiB
Makefile

# Created by: Anders Nordby <anders@FreeBSD.org>
PORTNAME= gringotts
PORTVERSION= 1.2.10
PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK application to securely store sensitive data
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpopt.so:devel/popt \
libgringotts.so:security/libgringotts \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cpe gettext gnome localbase pkgconfig
USE_GNOME= cairo gdkpixbuf2 gtk20
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
'/^install-data-am:/s|install-DsktpDATA|| ; \
/^install-data-am:/s|install-docDATA|| ; \
s|@md5sum|@md5|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e \
'/^install-exec-am:/s|install-exec-local||' ${WRKSRC}/src/Makefile.in
post-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in AUTHORS BUGS ChangeLog FAQ NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>