summaryrefslogtreecommitdiff
path: root/security/stegdetect/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-19 15:07:54 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-19 15:07:54 +0000
commit0ae3bdb947d5abceef876bc71608a5109a8cd8c1 (patch)
treeed780f34cac2e0eb7c6dea60c473401573725cfe /security/stegdetect/Makefile
parentAdd snort-rep 1.2, a Snort reporting tool that can produce text (diff)
Add stegdetect 0.2, an automated tool for detecting stenographic
content in jpegs.
Notes
Notes: svn path=/head/; revision=45247
Diffstat (limited to 'security/stegdetect/Makefile')
-rw-r--r--security/stegdetect/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
new file mode 100644
index 000000000000..83f851148223
--- /dev/null
+++ b/security/stegdetect/Makefile
@@ -0,0 +1,20 @@
+# 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>