1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/irc/bnc/Makefile

26 lines
589 B
Makefile
Raw Normal View History

# New ports collection makefile for: bnc
# Version required: 2.4.3
# Date created: 06 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.1.1.1 1998/07/11 18:32:05 steve Exp $
#
DISTNAME= bnc-web
PKGNAME= bnc-2.4.3
CATEGORIES= net
MASTER_SITES= http://www.bridgenet.net/bnc/
MAINTAINER= billf@FreeBSD.org
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>