aboutsummaryrefslogtreecommitdiffstats
path: root/security/stegdetect/Makefile
blob: 5f4658cae0257e171bf583a0ba191560ec414396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    stegdetect
# Date created:         Jul 19, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   stegdetect
PORTVERSION=    0.5
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   http://www.mirrors.wiretapped.net/security/steganography/stegdetect/ \
        http://www.outguess.org/

MAINTAINER= markp@FreeBSD.org
COMMENT=    An automated tool for detecting steganographic content in jpegs

.if !defined(WITHOUT_X11)
BUILD_DEPENDS=  ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
.endif

# Note: stegdetect includes a modified version of jpeg-6b linked statically
GNU_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME}
USE_REINPLACE=  yes
MAN1=       stegdetect.1 stegbreak.1

.if defined(WITHOUT_X11)
PLIST_SUB+= X11="@comment "
.else
USE_GNOME=  gtk12
CONFIGURE_ENV=  PATH_GTKCONFIG="${GTK_CONFIG}"
PLIST_SUB+= X11=""
.endif

.include <bsd.port.pre.mk>

post-patch:
    ${REINPLACE_CMD} 's/$$(JPEGLIB)/$$(JPEGLIB) -lcrypto/' \
        ${WRKSRC}/Makefile.in
.if defined(WITHOUT_X11)
    ${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
.endif

.include <bsd.port.post.mk>