pkgsrc/security/steghide/Makefile

26 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/11/02 20:40:55 shattered Exp $
DISTNAME= steghide-0.5.1
PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=steghide/}
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://steghide.sourceforge.net/
COMMENT= Hides data (steganography) in audio or graphics files
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"