23 lines
469 B
Makefile
23 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/10/04 09:17:35 dugsong Exp $
|
|
|
|
COMMENT= "universal steganography tool"
|
|
|
|
DISTNAME= outguess-0.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.outguess.org/
|
|
HOMEPAGE= http://www.outguess.org/
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
WRKDIST= ${WRKDIR}/outguess
|
|
|
|
.include <bsd.port.mk>
|