landry 9725cd17cc add security/mhash to LIB_DEPENDS so that the dependency chain is not
fucked up. Hopefully last fallout of libmcrypt dep change.
2010-09-20 18:22:38 +00:00

32 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/09/20 18:22:38 landry 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = 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_LIBTOOL = Yes
.include <bsd.port.mk>