summaryrefslogtreecommitdiff
path: root/security/gringotts/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-11-23 23:20:38 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-11-23 23:20:38 +0000
commit317df2f3b5c420edea31e5be56faa279e64faf61 (patch)
treebca59cae62c761d7cb50fa323fd0747a5d298d03 /security/gringotts/Makefile
parentPERL -> REINPLACE for this port too! (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=70915
Diffstat (limited to 'security/gringotts/Makefile')
-rw-r--r--security/gringotts/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile
index 877f6b8d77e6..5a0f3260f2bd 100644
--- a/security/gringotts/Makefile
+++ b/security/gringotts/Makefile
@@ -6,35 +6,36 @@
#
PORTNAME= gringotts
-PORTVERSION= 0.7.0
+PORTVERSION= 1.2.1
CATEGORIES= security
MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= anders@FreeBSD.org
-LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \
- mhash.2:${PORTSDIR}/security/mhash \
+LIB_DEPENDS= gringotts.2:${PORTSDIR}/security/libgringotts \
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
popt.0:${PORTSDIR}/devel/popt
USE_BZIP2= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
USE_GNOMENG= yes
+USE_REINPLACE= yes
WANT_GNOME= yes
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+= --disable-env-check
-INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomehier}!=""
USE_GNOME+= gnomehier
-.else
+.endif
post-patch:
- @${PATCH} < ${FILESDIR}/gnomeless-Makefile.in \
- ${WRKSRC}/Makefile.in >/dev/null 2>&1
+ ${REINPLACE_CMD} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.in
+.if ${HAVE_GNOME:Mgnomehier}==""
+ ${REINPLACE_CMD} -E "s|(MAKE.*AM_MAKEFLAGS.*install-exec-am).*|\1|" \
+ ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.post.mk>