freebsd-ports/security/outguess/Makefile

35 lines
958 B
Makefile
Raw Normal View History

# Created by: trevor
# $FreeBSD$
PORTNAME= outguess
2001-04-10 03:40:35 +02:00
PORTVERSION= 0.2
CATEGORIES= security
2001-04-10 03:40:35 +02:00
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
2003-03-01 15:34:33 +01:00
COMMENT= Steganographic tool
CONFLICTS_INSTALL= csound-*
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/outguess
2014-06-11 05:25:37 +02:00
PORTDOCS= ChangeLog README STIRMARK-README TODO
2014-07-05 00:17:11 +02:00
OPTIONS_DEFINE= DOCS
do-install:
2014-06-11 05:25:37 +02:00
${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>