freebsd-ports/security/outguess/Makefile
2014-07-04 22:17:11 +00:00

34 lines
958 B
Makefile

# Created by: trevor
# $FreeBSD$
PORTNAME= outguess
PORTVERSION= 0.2
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/ \
http://www.internet2.edu/~shalunov/mirror/ \
http://cimarron.river.com/mirrors/www.outguess.org/ \
http://munitions.vipul.net/software/steganography/ \
http://the25200-1.gw.connect.com.au/security/steganography/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= crypt/stego
MAINTAINER= ports@FreeBSD.org
COMMENT= Steganographic tool
CONFLICTS_INSTALL= csound-*
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/outguess
PORTDOCS= ChangeLog README STIRMARK-README TODO
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/outguess ${STAGEDIR}${PREFIX}/bin
${LN} -sf outguess ${STAGEDIR}${PREFIX}/bin/extract
${INSTALL_MAN} ${WRKSRC}/outguess.1 ${STAGEDIR}${PREFIX}/man/man1
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>