openbsd-ports/security/outguess/Makefile

28 lines
549 B
Makefile
Raw Normal View History

2010-10-18 17:41:44 -04:00
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:46 espie Exp $
COMMENT= universal steganography tool
DISTNAME= outguess-0.2
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/ \
${MASTER_SITE_PACKETSTORM:=crypt/stego/}
HOMEPAGE= http://www.outguess.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-27 08:28:33 -05:00
WANTLIB= c m
2001-10-04 05:17:35 -04:00
NO_REGRESS= Yes
CONFIGURE_STYLE=gnu dest
2004-08-04 10:51:31 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/jpeg-6b-steg
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
WRKDIST= ${WRKDIR}/outguess
.include <bsd.port.mk>