summaryrefslogtreecommitdiffstats
path: root/security/stegdetect/Makefile
blob: 9ab5bd4cb1be19f3c29accb7582844789d1eea11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	stegdetect
# Date created:			Jul 19, 2001
# Whom:				Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=	stegdetect
PORTVERSION=	0.3
CATEGORIES=	security
MASTER_SITES=	http://www.outguess.org/

MAINTAINER=	markp@FreeBSD.org

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

pre-patch:
	@${PERL} -pi -e 's@\$$\(JPEGLIB\)@\$$\(JPEGLIB\) \-lcrypto@' \
		${WRKSRC}/Makefile.in

.include <bsd.port.mk>
OpenPOWER on IntegriCloud