mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9ead3a36dd
it should be called "1.2.1", so I assume it was just a typo.
25 lines
465 B
Makefile
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>
|