openbsd-ports/security/stegdetect/Makefile
2008-09-16 21:08:27 +00:00

31 lines
679 B
Makefile

# $OpenBSD: Makefile,v 1.7 2008/09/16 21:08:27 jasper Exp $
COMMENT= steganography detection tool
DISTNAME= stegdetect-0.6
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
WANTLIB= X11 Xext Xi c crypto event gmodule iconv intl m
LIB_DEPENDS= jpeg::graphics/jpeg \
gdk.>=1.2,gtk.>=1.2,glib.>=1.2::x11/gtk+
NO_REGRESS= Yes
USE_X11= Yes
CONFIGURE_STYLE=gnu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/{stegdetect,stegbreak,xsteg} \
${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1
.include <bsd.port.mk>