912e6da097
WWW: ${HOMEPAGE} while touching 'em
25 lines
473 B
Makefile
25 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.15 2003/09/25 06:25:13 jolan 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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
WRKDIST= ${WRKDIR}/outguess
|
|
|
|
.include <bsd.port.mk>
|