Lines 5-27
Link Here
|
5 |
PORTVERSION= 0.6 |
5 |
PORTVERSION= 0.6 |
6 |
PORTREVISION= 12 |
6 |
PORTREVISION= 12 |
7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
8 |
MASTER_SITES= http://www.outguess.org/ \ |
8 |
MASTER_SITES= http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/ |
9 |
http://distfiles.master.finkmirrors.net/ \ |
|
|
10 |
http://www.predatorlabs.net/dl/ |
11 |
|
9 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
13 |
COMMENT= Automated tool for detecting steganographic content in JPEGs |
11 |
COMMENT= Automated tool for detecting steganographic content in JPEGs |
14 |
|
12 |
|
15 |
DEPRECATED= Does not fetch |
|
|
16 |
EXPIRATION_DATE= 2016-07-20 |
17 |
|
18 |
OPTIONS_DEFINE= X11 |
13 |
OPTIONS_DEFINE= X11 |
19 |
OPTIONS_DEFAULT= X11 |
14 |
OPTIONS_DEFAULT= X11 |
20 |
|
15 |
|
21 |
OPTIONS_SUB= yes |
16 |
OPTIONS_SUB= yes |
22 |
|
17 |
|
23 |
X11_LIB_DEPENDS= libevent.so:devel/libevent2 |
18 |
X11_LIB_DEPENDS= libevent.so:devel/libevent2 |
24 |
X11_USE= gnome=gtk12 |
19 |
X11_USE= GNOME=gtk12 XORG=x11,xext,xi |
|
|
20 |
X11_USES= gettext-runtime |
25 |
X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" |
21 |
X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}" |
26 |
|
22 |
|
27 |
# Note: stegdetect includes a modified version of jpeg-6b linked statically |
23 |
# Note: stegdetect includes a modified version of jpeg-6b linked statically |