1b8bfd0434
new maintainer Jolan Luff <jolan@cryptonomicon.org>
27 lines
526 B
Makefile
27 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.13 2003/04/06 03:44:11 pvalchev 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/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
WRKDIST= ${WRKDIR}/outguess
|
|
|
|
.include <bsd.port.mk>
|