mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
0ae3bdb947
content in jpegs.
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# New ports collection makefile for: stegdetect
|
|
# Date created: Jul 19, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stegdetect
|
|
PORTVERSION= 0.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|