openbsd-ports/security/steghide/Makefile
2013-03-21 08:45:11 +00:00

29 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/21 08:48:53 ajacoutot Exp $
COMMENT = software able to hide data in various kind of files
DISTNAME = steghide-0.5.1
REVISION = 0
CATEGORIES = security
HOMEPAGE = http://steghide.sf.net/
MAINTAINER = Giovanni Bechis <g.bechis@snb.it>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=steghide/}
LIB_DEPENDS = security/libmcrypt \
security/mhash \
graphics/jpeg
WANTLIB = c jpeg m mhash mcrypt stdc++ z
MODULES = devel/gettext
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
USE_GROFF = Yes
.include <bsd.port.mk>