freebsd-ports/net/boclient/Makefile
Edwin Groothuis 3bc6f74426 Fix the URL of first mastersite.
Remove third mastersite.

Noticed by: fenner@
2003-11-02 11:50:10 +00:00

24 lines
496 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://www2.ennui.net/~crioux/ \
http://orifice.rotten.com/cDc/
DISTNAME= bo121unix
MAINTAINER= darius@dons.net.au
COMMENT= Client program for the Back Orifice Windows program
WRKSRC= ${WRKDIR}/bo
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/bounix
.include <bsd.port.mk>