# Created by: Mark Pulford # $FreeBSD$ PORTNAME= stegdetect PORTVERSION= 0.6 PORTREVISION= 12 CATEGORIES= security MASTER_SITES= http://www.outguess.org/ \ http://distfiles.master.finkmirrors.net/ \ http://www.predatorlabs.net/dl/ MAINTAINER= ports@FreeBSD.org COMMENT= Automated tool for detecting steganographic content in JPEGs OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes X11_LIB_DEPENDS= libevent.so:devel/libevent2 X11_USE= gnome=gtk12 X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" # Note: stegdetect includes a modified version of jpeg-6b linked statically GNU_CONFIGURE= yes USES= gmake CONFIGURE_ARGS+=--program-prefix='' post-patch: @${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \ ${WRKSRC}/configure post-patch-X11-on: @${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure .include
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add licensesylvio2011-05-201-0/+2
* - Update my mail address to FreeBSDsylvio2009-11-281-1/+1
* - Pass maintainership to submittermiwi2009-09-201-1/+1
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
* Cleanup, use MAKE_ARGS instead of Makefile-patchvs2005-09-271-7/+3
* - Use MASTER_SITE_SUNSITE to MASTER_SITESkrion2004-07-101-8/+14
* Drop maintainership.eik2004-05-111-1/+1
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-6/+4
* De-pkg-comment.knu2003-02-21