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
|
2003-10-23 16:25:16 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2001-03-20 02:57:20 +01:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2002-08-11 06:26:43 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
|
2001-03-20 02:57:20 +01:00
|
|
|
|
2002-10-22 15:28:29 +02:00
|
|
|
MAINTAINER= arved@FreeBSD.org
|
2008-03-07 14:00:56 +01:00
|
|
|
COMMENT= Steganography tool to hide data in binary files
|
2001-03-20 02:57:20 +01:00
|
|
|
|
2003-01-03 20:24:34 +01:00
|
|
|
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
|
2004-02-04 05:36:30 +01:00
|
|
|
mhash.2:${PORTSDIR}/security/mhash
|
2001-12-06 02:12:06 +01:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2003-10-23 16:25:16 +02:00
|
|
|
USE_PERL5= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2001-12-06 02:12:06 +01:00
|
|
|
USE_GMAKE= yes
|
2006-09-24 18:11:02 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fpermissive" \
|
2003-01-12 18:05:03 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
|
2001-03-20 02:57:20 +01:00
|
|
|
|
|
|
|
MAN1= steghide.1
|
|
|
|
|
2002-08-11 06:26:43 +02:00
|
|
|
post-patch:
|
|
|
|
.ifdef(NOPORTDOCS)
|
|
|
|
${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
2006-02-23 11:40:44 +01:00
|
|
|
${REINPLACE_CMD} -e 's,SHELL) libtool,SHELL) ${LIBTOOL} --tag=CXX,' \
|
2003-10-23 16:25:16 +02:00
|
|
|
${WRKSRC}/src/Makefile.in
|
2003-10-23 18:47:21 +02:00
|
|
|
${REINPLACE_CMD} -e 's,-O2,${CFLAGS},' ${WRKSRC}/configure
|
2002-08-11 06:26:43 +02:00
|
|
|
|
2001-03-20 02:57:20 +01:00
|
|
|
.include <bsd.port.mk>
|