summaryrefslogtreecommitdiff
path: root/security/stegdetect/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:43:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-15 15:43:17 +0000
commit77c0fcc55fd3a24ae30d80e87ce62cdc3ac744d6 (patch)
treecffaef3c3b6eaa725bd0784d8c3f7b59783b5cfa /security/stegdetect/Makefile
parent- Update to 4.1.5 (diff)
- Update to 0.6
- Take maintainership PR: ports/95793 Submitted by: Rainer Alves <rainer.alves@gmail.com>
Notes
Notes: svn path=/head/; revision=159597
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r--security/stegdetect/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
index 24523072be0c..d961d34971f5 100644
--- a/security/stegdetect/Makefile
+++ b/security/stegdetect/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= stegdetect
-PORTVERSION= 0.5
-PORTREVISION= 3
+PORTVERSION= 0.6
CATEGORIES= security
-MASTER_SITES= http://www.mirrors.wiretapped.net/security/steganography/stegdetect/ \
- http://www.outguess.org/
+MASTER_SITES= http://www.outguess.org/ \
+ http://distfiles.master.finkmirrors.net/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An automated tool for detecting steganographic content in jpegs
+MAINTAINER= rainer.alves@gmail.com
+COMMENT= Automated tool for detecting steganographic content in JPEGs
.if !defined(WITHOUT_X11)
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
@@ -21,21 +20,21 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
# Note: stegdetect includes a modified version of jpeg-6b linked statically
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_REINPLACE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS+=--program-prefix=''
MAN1= stegdetect.1 stegbreak.1
.if defined(WITHOUT_X11)
PLIST_SUB+= X11="@comment "
.else
USE_GNOME= gtk12
-CONFIGURE_ENV= PATH_GTKCONFIG="${GTK_CONFIG}"
+CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}"
PLIST_SUB+= X11=""
.endif
post-patch:
- ${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \
- ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \
+ ${WRKSRC}/configure
.if defined(WITHOUT_X11)
${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
.endif