2002-07-06 18:54:46 +02:00
|
|
|
# New ports collection makefile for: gringotts
|
|
|
|
# Date created: 02 July 2002
|
|
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gringotts
|
2009-12-29 12:15:11 +01:00
|
|
|
PORTVERSION= 1.2.10
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 3
|
2002-07-06 18:54:46 +02:00
|
|
|
CATEGORIES= security
|
2009-12-29 12:15:11 +01:00
|
|
|
MASTER_SITES= BERLIOS
|
2002-07-06 18:54:46 +02:00
|
|
|
|
2007-06-03 22:23:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GTK application to securely store sensitive data
|
2002-07-06 18:54:46 +02:00
|
|
|
|
2009-12-29 12:15:11 +01:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
|
|
|
gringotts.2:${PORTSDIR}/security/libgringotts
|
2002-07-06 18:54:46 +02:00
|
|
|
|
2004-04-13 14:41:17 +02:00
|
|
|
USE_GNOME= gtk20
|
2009-12-29 12:15:11 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-06 18:54:46 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-07-06 18:54:46 +02:00
|
|
|
|
|
|
|
post-patch:
|
2009-12-29 12:15:11 +01:00
|
|
|
@${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:
|
|
|
|
@${MKDIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in AUTHORS BUGS ChangeLog FAQ NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2002-07-06 18:54:46 +02:00
|
|
|
.endif
|
|
|
|
|
2009-12-29 12:15:11 +01:00
|
|
|
.include <bsd.port.mk>
|