summaryrefslogtreecommitdiff
path: root/security/steghide/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-06 01:12:06 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-06 01:12:06 +0000
commit8b5c18ff06d9401f04840298c376ddc6bf268f8a (patch)
treef971b59dcd47fcb97a30704adf83f1a5ccd809e8 /security/steghide/Makefile
parentFix a minor quoting bug triggered by: (diff)
Update to 0.4.2
PR: 32500 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51101
Diffstat (limited to 'security/steghide/Makefile')
-rw-r--r--security/steghide/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 52f7df38f17c..0977c515a692 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -6,17 +6,19 @@
#
PORTNAME= steghide
-PORTVERSION= 0.3.1
+PORTVERSION= 0.4.2
CATEGORIES= security
MASTER_SITES= http://steghide.sourceforge.net/download/
-DISTNAME= steghide-0.3-1
MAINTAINER= rara.rasputin@virgin.net
+LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt \
+ mhash.2:${PORTSDIR}/security/mhash
+
HAS_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
MAN1= steghide.1
-MANCOMPRESSED= no
-USE_GMAKE= yes
.include <bsd.port.mk>