2001-07-07 19:14:11 +00:00
|
|
|
# ex:ts=8
|
1999-04-27 01:06:57 +00:00
|
|
|
# New ports collection makefile for: bnetd
|
|
|
|
# Date created: 24 April 1999
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1999-04-27 01:06:57 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= bnetd
|
2002-01-24 07:00:18 +00:00
|
|
|
PORTVERSION= 0.4.25
|
|
|
|
PORTREVISION= 0
|
1999-05-13 09:18:15 +00:00
|
|
|
CATEGORIES= games net
|
2001-07-07 19:14:11 +00:00
|
|
|
MASTER_SITES= ftp://ftp.bnetd.org/pub/source/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
1999-04-27 01:06:57 +00:00
|
|
|
|
2002-01-24 07:00:18 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-04-27 01:06:57 +00:00
|
|
|
|
2002-02-27 03:11:20 +00:00
|
|
|
IGNORE= "has been disabled for legal issue"
|
2001-07-07 19:14:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-11-24 09:24:23 +00:00
|
|
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/bnetd \
|
|
|
|
--localstatedir=${PREFIX}/share/bnetd # --with-bits
|
2001-07-07 19:14:11 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
1999-04-27 01:06:57 +00:00
|
|
|
|
2001-07-07 19:14:11 +00:00
|
|
|
MAN1= bnbot.1 bnchat.1 bnetd.1 bnftp.1 bni2tga.1 bnibuild.1 bniextract.1 \
|
|
|
|
bnilist.1 bnpass.1 bnproxy.1 bnstat.1 bntrackd.1 tgainfo.1
|
|
|
|
MAN5= bnetd.conf.5 bntext.5
|
|
|
|
MLINKS= bntext.5 bnmotd.txt.5 bntext.5 bnnews.txt.5 bntext.5 bnissue.5
|
1999-04-27 01:06:57 +00:00
|
|
|
|
|
|
|
post-install:
|
2001-07-07 19:14:11 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/bnetd
|
|
|
|
${CP} -R ${WRKSRC}/../docs/ ${PREFIX}/share/doc/bnetd
|
|
|
|
.endif
|
1999-04-27 01:06:57 +00:00
|
|
|
@if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \
|
|
|
|
${ECHO} "Installing ${PREFIX}/etc/rc.d/bnetd.sh startup file."; \
|
2000-07-05 12:37:06 +00:00
|
|
|
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/bnetd.sh \
|
|
|
|
${PREFIX}/etc/rc.d/bnetd.sh; \
|
1999-04-27 01:06:57 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|