diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-10 22:30:03 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-10 22:30:03 +0000 |
commit | 7cb93958e0062e091e80cb23a73cd48dfe7679cd (patch) | |
tree | f91e18c295cbf1698218416352d2e4d77aa6c371 /security | |
parent | Use ${PERL5} instead of hard-coded /usr/bin/perl. (diff) |
Update to 0.7.0.
Use USE_GNOMENG.
Notes
Notes:
svn path=/head/; revision=67782
Diffstat (limited to 'security')
-rw-r--r-- | security/gringotts/Makefile | 9 | ||||
-rw-r--r-- | security/gringotts/distinfo | 2 | ||||
-rw-r--r-- | security/gringotts/pkg-plist | 5 |
3 files changed, 8 insertions, 8 deletions
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile index 321a5b674985..877f6b8d77e6 100644 --- a/security/gringotts/Makefile +++ b/security/gringotts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gringotts -PORTVERSION= 0.5.9 +PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -20,15 +20,16 @@ LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \ USE_BZIP2= yes USE_LIBTOOL= yes +USE_GNOMENG= 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> -WANT_GNOME= yes -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgnomehier}!="" +USE_GNOME+= gnomehier .else post-patch: diff --git a/security/gringotts/distinfo b/security/gringotts/distinfo index 3f9a2ea03e09..3d9e5f236266 100644 --- a/security/gringotts/distinfo +++ b/security/gringotts/distinfo @@ -1 +1 @@ -MD5 (gringotts-0.5.9.tar.bz2) = 24ca09631fce1f3e294b15b1bd49239d +MD5 (gringotts-0.7.0.tar.bz2) = 2659807b62ca18ebe192b782d6903ad3 diff --git a/security/gringotts/pkg-plist b/security/gringotts/pkg-plist index 0a5158511333..a3d94c7245d6 100644 --- a/security/gringotts/pkg-plist +++ b/security/gringotts/pkg-plist @@ -1,11 +1,10 @@ -bin/gringotts-bin bin/gringotts include/libgringotts.h -lib/libgringotts.so.1 +lib/libgringotts.so.2 lib/libgringotts.so lib/libgringotts.la lib/libgringotts.a -lib/pkgconfig/libgringotts.pc +libdata/pkgconfig/libgringotts.pc share/pixmaps/gringotts.xpm share/locale/de/LC_MESSAGES/gringotts.mo share/locale/fr/LC_MESSAGES/gringotts.mo |