aboutsummaryrefslogtreecommitdiff
path: root/security/bfbtester/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 07:33:46 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 07:33:46 +0000
commit8a44bfc3552b81f63284731a76ac04b170bc9466 (patch)
tree149967103da3d86772bf0e1e29c2df45b1bd8bac /security/bfbtester/Makefile
parentdd537b1721613df32f8f64621934372d3a238dd2 (diff)
downloadports-8a44bfc3552b81f63284731a76ac04b170bc9466.tar.gz
ports-8a44bfc3552b81f63284731a76ac04b170bc9466.zip
Notes
Diffstat (limited to 'security/bfbtester/Makefile')
-rw-r--r--security/bfbtester/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/bfbtester/Makefile b/security/bfbtester/Makefile
new file mode 100644
index 000000000000..b744f0769c88
--- /dev/null
+++ b/security/bfbtester/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: bfbtester
+# Date created: 31 January 2001
+# Whom: Mike Heffner <mheffner@vt.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bfbtester
+PORTVERSION= 2.0
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= bfbtester
+
+MAINTAINER= mheffner@vt.edu
+
+HAS_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>