322651038e
given to me by Ben Vaughn <bvaughn@pns.net>, who obtained it from the author. Unfortunately, the author has no place to put the tarball for some reason. Approved by: billf
31 lines
811 B
Makefile
31 lines
811 B
Makefile
# New ports collection makefile for: bnc
|
|
# Date created: 06 July 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bnc
|
|
PORTVERSION= 2.8.2
|
|
CATEGORIES= irc
|
|
MASTER_SITES= http://www.psn.net/~andrews/dist/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-patch:
|
|
${SED} 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup > ${WRKSRC}/bncsetup.new
|
|
${MV} ${WRKSRC}/bncsetup.new ${WRKSRC}/bncsetup
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bnc ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bncchk ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bncsetup ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mkpasswd ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/example.conf ${PREFIX}/etc/bnc.conf.sample
|
|
|
|
.include <bsd.port.mk>
|