e926063e86
Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files. The color- respectively sample-frequencies are not changed thus making the embedding resistant against first-order statistical tests. from Giovanni Bechi ok steven@
29 lines
722 B
Makefile
29 lines
722 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/28 19:37:59 okan Exp $
|
|
|
|
COMMENT = software able to hide data in various kind of files
|
|
|
|
DISTNAME = steghide-0.5.1
|
|
CATEGORIES = security
|
|
HOMEPAGE = http://steghide.sf.net/
|
|
|
|
MAINTAINER = Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=steghide/}
|
|
|
|
LIB_DEPENDS = ::security/libmcrypt jpeg.>=62::graphics/jpeg
|
|
WANTLIB = c m mhash mcrypt stdc++ z
|
|
MODULES = devel/gettext
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
.include <bsd.port.mk>
|