aboutsummaryrefslogtreecommitdiffstats
path: root/security/stegdetect/Makefile
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-03-08 07:10:45 +0800
committersylvio <sylvio@FreeBSD.org>2010-03-08 07:10:45 +0800
commit587a96b770832f196010ccf3de361e4a47164637 (patch)
tree70d3c802ff040e8e6a337a55e703f7caea8e4d63 /security/stegdetect/Makefile
parent5b09b6daf56b9488c791b984696913cfd6b5356a (diff)
downloadfreebsd-ports-graphics-587a96b770832f196010ccf3de361e4a47164637.tar.gz
freebsd-ports-graphics-587a96b770832f196010ccf3de361e4a47164637.tar.zst
freebsd-ports-graphics-587a96b770832f196010ccf3de361e4a47164637.zip
- Unbreak
- Add a MASTER_SITES - Add OPTIONS to the GUI - Pass maintainership to submitter. PR: ports/143639 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: itetcu (mentor) Feature safe: yes
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r--security/stegdetect/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index f25424e6524..62e40d016c2 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -7,20 +7,23 @@
PORTNAME= stegdetect
PORTVERSION= 0.6
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= http://www.outguess.org/ \
- http://distfiles.master.finkmirrors.net/
+ http://distfiles.master.finkmirrors.net/ \
+ http://www.predatorlabs.net/dl/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= rfarmer@predatorlabs.net
COMMENT= Automated tool for detecting steganographic content in JPEGs
+OPTIONS= X11 "Build xsteg" On
+
+.include <bsd.port.options.mk>
+
.if !defined(WITHOUT_X11)
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
.endif
-BROKEN= does not build
-
# Note: stegdetect includes a modified version of jpeg-6b linked statically
GNU_CONFIGURE= yes
USE_GMAKE= yes