1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/irc/bnc/Makefile
Jochen Neumeister 911d9c3119 Move to new Maintainer after timeout the PR then more as 2 Weeks
PR:		244910
Sponsored by:	Netzkommune GmbH
2020-04-09 08:14:59 +00:00

38 lines
1.0 KiB
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$
PORTNAME= bnc
PORTVERSION= 2.9.4
CATEGORIES= irc
MASTER_SITES= http://home.risingnet.net/download/ \
http://bnc.acmeshells.com/ \
http://www.sourcefiles.org/System/Servers/ \
https://BSDforge.com/projects/source/irc/bnc/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= portmaster@BSDforge.com
COMMENT= Simple IRC relay proxy with support for virtual hosting
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
DOCS= COPYING Changelog README example.conf
BINS= bnc mkpasswd
SCRIPTS= bncchk bncsetup
OPTIONS_DEFINE= DOCS
post-patch:
${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup
do-install:
${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/example.conf ${STAGEDIR}${PREFIX}/etc/bnc.conf.sample
.include <bsd.port.mk>