1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/boclient/Makefile
1998-09-08 17:31:00 +00:00

25 lines
472 B
Makefile

# 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>