aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bnc/Makefile
blob: 70de0194e765d1c32d504e6aa90b1e6e57ab9361 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>