openbsd-ports/security/stegdetect/Makefile

31 lines
602 B
Makefile
Raw Normal View History

2010-11-20 12:22:40 -05:00
# $OpenBSD: Makefile,v 1.14 2010/11/20 17:22:45 espie Exp $
COMMENT= steganography detection tool
2008-09-16 17:08:27 -04:00
DISTNAME= stegdetect-0.6
2010-11-20 12:22:40 -05:00
REVISION = 3
CATEGORIES= security graphics
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.outguess.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-03-24 13:10:37 -04:00
WANTLIB += c crypto m
NO_REGRESS= Yes
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2010-03-24 13:10:37 -04:00
AUTOCONF_VERSION=2.52
CONFIGURE_STYLE=autoconf
do-install:
2010-03-24 13:10:37 -04:00
${INSTALL_PROGRAM} ${WRKSRC}/{stegdetect,stegbreak} \
${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1
.include <bsd.port.mk>