freebsd-ports/security/steghide/Makefile

40 lines
988 B
Makefile
Raw Normal View History

# New ports collection makefile for: steghide
# Date created: 26 February 2001
# Whom: RaRa Rasputin <rasputin@submonkey.net>
#
# $FreeBSD$
#
PORTNAME= steghide
2003-10-23 16:25:16 +02:00
PORTVERSION= 0.5.1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
MAINTAINER= arved@FreeBSD.org
COMMENT= Steganography tool to hide data in binary files
2003-01-03 20:24:34 +01:00
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
mhash.2:${PORTSDIR}/security/mhash
USE_GETTEXT= yes
2003-10-23 16:25:16 +02:00
USE_PERL5= yes
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -fpermissive" \
LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"
MAN1= steghide.1
post-patch:
.ifdef(NOPORTDOCS)
${REINPLACE_CMD} -e 's|install-data-am\: install-docDATA||' \
${WRKSRC}/Makefile.in
.endif
${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
.include <bsd.port.mk>