1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/irc/bnc/Makefile
Steve Price 00ec5ab0f8 Initial import of bnc version 2.4.3.
An IRC proxy daemon that supports virtual hosting.

PR:		7192
Submitted by:	Bill Fumerola <billf@firewall.chc-chimes.com>
1998-07-11 18:32:08 +00:00

26 lines
541 B
Makefile

# New ports collection makefile for: bnc
# Version required: 2.4.3
# Date created: 06 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id$
#
DISTNAME= bnc-web
PKGNAME= bnc-2.4.3
CATEGORIES= net
MASTER_SITES= http://www.bridgenet.net/bnc/
MAINTAINER= billf@chc-chimes.com
WRKSRC= ${WRKDIR}/bnc2.4.3
HAS_CONFIGURE= YES
GNU_CONFIGURE= YES
do-install:
${CP} ${WRKSRC}/bnc ${PREFIX}/bin
${CP} ${WRKSRC}/bncchk ${PREFIX}/bin
${CP} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf
.include <bsd.port.mk>