freebsd-ports/net/boclient/Makefile
Satoshi Asami 9ead3a36dd Revert version from 1.2.1 back to 1.21 -- I can't find any evidence
it should be called "1.2.1", so I assume it was just a typo.
2000-04-15 01:37:05 +00:00

25 lines
465 B
Makefile

# New ports collection makefile for: boclient
# Date created: 12 August 1998
# Whom: darius@dons.net.au
#
# $FreeBSD$
#
PORTNAME= boclient
PORTVERSION= 1.21
CATEGORIES= net security
MASTER_SITES= http://www.ennui.net/~crioux/ \
http://orifice.rotten.com/cDc/ \
http://www.cultdeadcow.com/tools/
DISTNAME= bo121unix
MAINTAINER= darius@dons.net.au
WRKSRC= ${WRKDIR}/bo
GNU_CONFIGURE= yes
post-install:
strip ${PREFIX}/bin/bounix
.include <bsd.port.mk>