opnsense-ports/security/steghide/Makefile
Franco Fichtner 433112a756 */*: sync with upstream
Taken from: FreeBSD
2015-05-12 08:39:53 +02:00

30 lines
722 B
Makefile

# Created by: RaRa Rasputin <rasputin@submonkey.net>
# $FreeBSD$
PORTNAME= steghide
PORTVERSION= 0.5.1
PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= arved@FreeBSD.org
COMMENT= Steganography tool to hide data in binary files
LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \
libmhash.so:${PORTSDIR}/security/mhash
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext gmake libtool:build perl5
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -fpermissive
LIBS+= -L${LOCALBASE}/lib -lintl -lmcrypt
MAKE_ARGS= LIBTOOL="${LOCALBASE}/bin/libtool"
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} '/CXXFLAGS=/s|-O2|${CXXFLAGS}|' ${WRKSRC}/configure
.include <bsd.port.mk>