freebsd-ports/security/steghide/Makefile
Patrick Li 8b5c18ff06 Update to 0.4.2
PR:		32500
Submitted by:	maintainer
2001-12-06 01:12:06 +00:00

24 lines
552 B
Makefile

# New ports collection makefile for: steghide
# Date created: 26 February 2001
# Whom: RaRa Rasputin <rara.rasputin@virgin.net>
#
# $FreeBSD$
#
PORTNAME= steghide
PORTVERSION= 0.4.2
CATEGORIES= security
MASTER_SITES= http://steghide.sourceforge.net/download/
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
.include <bsd.port.mk>