28 lines
527 B
Makefile
28 lines
527 B
Makefile
# Makefile for: outguess
|
|
# Version required: 0.13b
|
|
# Date created: Halloween 1999
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 2000/02/11 00:37:36 espie Exp $
|
|
|
|
DISTNAME= outguess-0.13b
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.physnet.uni-hamburg.de/provos/ \
|
|
http://munitions.vipul.net/software/steganography/
|
|
NEED_VERSION= 1.191
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_PATCH= yes
|
|
|
|
WRKDIST= ${WRKDIR}/outguess
|
|
|
|
post-extract:
|
|
cp ${FILESDIR}/outguess.1 ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|