diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-18 23:34:51 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-18 23:34:51 +0000 |
commit | 58971ae2daf2461d4d27010b06732db0fcf56207 (patch) | |
tree | c080612cb8407c7b355b194a9a023bc042c8e550 /security | |
parent | 02fb1d0668ebfd532fc2f663f38237dc5a79c886 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/hashish/Makefile | 14 | ||||
-rw-r--r-- | security/hashish/distinfo | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index a6d864650a64..2be7813795e1 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -7,24 +7,30 @@ # PORTNAME= hashish -PORTVERSION= 1.1 +PORTVERSION= 1.1a CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Hashish-1.1 +DISTNAME= Hashish-${PORTVERSION} MAINTAINER= jllovela@ncsu.edu COMMENT= GUI file and string hashing utility BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp + +.if defined(WITH_GTK1) LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk +.else +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.if !defined(WITH_GTK1) +CONFIGURE_ENV+= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config" +.endif USE_GMAKE= yes -WRKSRC= ${WRKDIR}/Hashish-1.1 - .include <bsd.port.mk> diff --git a/security/hashish/distinfo b/security/hashish/distinfo index 0a6acce37f1d..44e445a2cb44 100644 --- a/security/hashish/distinfo +++ b/security/hashish/distinfo @@ -1 +1 @@ -MD5 (Hashish-1.1.tar.gz) = 8cbdf7c0950c8df9132a395e90cf8f1b +MD5 (Hashish-1.1a.tar.gz) = a35ca32d919127f413f4c035e88b58b3 |