aboutsummaryrefslogtreecommitdiff
path: root/security/steghide
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-06 09:26:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-06 09:26:09 +0000
commit52e675ffe71342e173ac36cb957ec449c5535072 (patch)
treee621babfeb12d6567ccc40a4fb305c0562d8e19d /security/steghide
parentb36f7d5e9176ba3e8ec695b7ee19cf5d30caf784 (diff)
downloadports-52e675ffe71342e173ac36cb957ec449c5535072.tar.gz
ports-52e675ffe71342e173ac36cb957ec449c5535072.zip
- Use new LIB_DEPENDS syntax
- Switch to USES=libtool Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=356754
Diffstat (limited to 'security/steghide')
-rw-r--r--security/steghide/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 73343916b931..437f4b9d03e5 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -3,7 +3,7 @@
PORTNAME= steghide
PORTVERSION= 0.5.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
@@ -11,14 +11,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
MAINTAINER= arved@FreeBSD.org
COMMENT= Steganography tool to hide data in binary files
-LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
- mhash.2:${PORTSDIR}/security/mhash
+LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \
+ libmhash.so:${PORTSDIR}/security/mhash
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gettext perl5 gmake
-USE_AUTOTOOLS= libtool
+USES= gettext perl5 gmake libtool
+USE_AUTOTOOLS= libtoolize
+GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include -fpermissive