openbsd-ports/security/steghide/Makefile

29 lines
671 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $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/}
2010-11-20 12:22:40 -05:00
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"
2010-11-20 12:22:40 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>