2001-03-20 02:57:20 +01:00
|
|
|
# New ports collection makefile for: steghide
|
|
|
|
# Date created: 26 February 2001
|
2002-03-08 02:12:30 +01:00
|
|
|
# Whom: RaRa Rasputin <rasputin@submonkey.net>
|
2001-03-20 02:57:20 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= steghide
|
2002-03-08 02:12:30 +01:00
|
|
|
PORTVERSION= 0.4.4
|
2001-03-20 02:57:20 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://steghide.sourceforge.net/download/
|
|
|
|
|
2002-03-08 02:12:30 +01:00
|
|
|
MAINTAINER= rasputin@submonkey.net
|
2001-03-20 02:57:20 +01:00
|
|
|
|
2002-05-05 10:13:40 +02:00
|
|
|
LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt \
|
2001-12-06 02:12:06 +01:00
|
|
|
mhash.2:${PORTSDIR}/security/mhash
|
|
|
|
|
2002-01-28 08:03:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-06 02:12:06 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
|
2001-03-20 02:57:20 +01:00
|
|
|
|
|
|
|
MAN1= steghide.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|