summaryrefslogtreecommitdiff
path: root/net/boclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/boclient/Makefile')
-rw-r--r--net/boclient/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/boclient/Makefile b/net/boclient/Makefile
new file mode 100644
index 000000000000..a04cc36eb07e
--- /dev/null
+++ b/net/boclient/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: boclient
+# Version required: 1.21
+# Date created: 12 August 1998
+# Whom: darius@dons.net.au
+#
+# $Id:$
+#
+
+DISTNAME= bo121unix
+PKGNAME= boclient-1.21
+CATEGORIES= net security
+MASTER_SITES= http://www.ennui.net/~crioux/ \
+ http://orifice.rotten.com/cDc/ \
+ http://www.cultdeadcow.com/tools/
+
+MAINTAINER= darius@dons.net.au
+
+WRKSRC= ${WRKDIR}/bo
+GNU_CONFIGURE= yes
+
+post-install:
+ strip ${PREFIX}/bin/bounix
+
+.include <bsd.port.mk>