18 lines
361 B
Makefile
18 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/05/06 03:46:02 lebel 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>
|
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
WRKDIST= ${WRKDIR}/outguess
|
|
|
|
.include <bsd.port.mk>
|