diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-08 17:31:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-08 17:31:00 +0000 |
commit | d636b303f09e177e341efaf01c1bc716e84a7e8e (patch) | |
tree | b125463a94fd68e42a1f9915fe782327ae24f898 /net/boclient/Makefile | |
parent | 9dea115e9c4d1353a66f0481c0060de6ea10303c (diff) | |
download | ports-d636b303f09e177e341efaf01c1bc716e84a7e8e.tar.gz ports-d636b303f09e177e341efaf01c1bc716e84a7e8e.zip |
Notes
Diffstat (limited to 'net/boclient/Makefile')
-rw-r--r-- | net/boclient/Makefile | 24 |
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> |