aboutsummaryrefslogtreecommitdiff
path: root/security/steghide/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-20 01:57:20 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-20 01:57:20 +0000
commitb68b01559f2831905f3b4c32c2d50c793c4f7c9f (patch)
tree487950c35e2f8fd86e6435be64355c880e2ded7c /security/steghide/Makefile
parent3cb1b4f9b61424c078897c6aa05f5bdd1a83b4d4 (diff)
downloadports-b68b01559f2831905f3b4c32c2d50c793c4f7c9f.tar.gz
ports-b68b01559f2831905f3b4c32c2d50c793c4f7c9f.zip
Add steghide 0.3.1, a steganography tool to hide data in binary files.
PR: 25388 Submitted by: RaRa Rasputin <rara.rasputin@virgin.net>
Notes
Notes: svn path=/head/; revision=40076
Diffstat (limited to 'security/steghide/Makefile')
-rw-r--r--security/steghide/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
new file mode 100644
index 000000000000..52f7df38f17c
--- /dev/null
+++ b/security/steghide/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: steghide
+# Date created: 26 February 2001
+# Whom: RaRa Rasputin <rara.rasputin@virgin.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= steghide
+PORTVERSION= 0.3.1
+CATEGORIES= security
+MASTER_SITES= http://steghide.sourceforge.net/download/
+DISTNAME= steghide-0.3-1
+
+MAINTAINER= rara.rasputin@virgin.net
+
+HAS_CONFIGURE= yes
+
+MAN1= steghide.1
+MANCOMPRESSED= no
+USE_GMAKE= yes
+
+.include <bsd.port.mk>