diff options
author | Steve Price <steve@FreeBSD.org> | 1999-08-01 02:57:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-08-01 02:57:56 +0000 |
commit | 96baa561003a10ab1128a8ba31388502b0718ade (patch) | |
tree | 9c636bf1738f18a796d220c108ebe231e10054e0 /games/bnetd | |
parent | 2efe8ec410c60fab8345e8a7b35551d557b82844 (diff) | |
download | ports-96baa561003a10ab1128a8ba31388502b0718ade.tar.gz ports-96baa561003a10ab1128a8ba31388502b0718ade.zip |
Notes
Diffstat (limited to 'games/bnetd')
-rw-r--r-- | games/bnetd/Makefile | 13 | ||||
-rw-r--r-- | games/bnetd/distinfo | 2 | ||||
-rw-r--r-- | games/bnetd/pkg-plist | 1 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile index 5cd85a0c791e..d422e3b80512 100644 --- a/games/bnetd/Makefile +++ b/games/bnetd/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: bnetd -# Version required: 0.4.6 +# Version required: 0.4.11 # Date created: 24 April 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # -# $Id: Makefile,v 1.3 1999/05/13 09:18:13 asami Exp $ +# $Id: Makefile,v 1.4 1999/07/09 00:49:29 cpiazza Exp $ # -DISTNAME= bnetd-0.4.9 +DISTNAME= bnetd-0.4.11 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ @@ -16,14 +16,17 @@ MAN1= bnchat.1 bnetd.1 bnftp.1 bnpass.1 MAN4= bnetd.conf.4 bntext.4 MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 +do-configure: + @(cd ${WRKSRC}/src; ./configure) + do-build: @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) do-install: - cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnchat bnftp bnpass ${PREFIX}/bin + cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnbot bnchat bnftp bnpass ${PREFIX}/bin cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 - ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd + ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${WRKSRC}/reports ${PREFIX}/bnetd post-install: @if [ ! -f ${PREFIX}/etc/rc.d/bnetd.sh ]; then \ diff --git a/games/bnetd/distinfo b/games/bnetd/distinfo index af928cd586a1..9ecdb630a037 100644 --- a/games/bnetd/distinfo +++ b/games/bnetd/distinfo @@ -1 +1 @@ -MD5 (bnetd-0.4.9.tar.gz) = 399a5f0f0e4ad77e3f276a73c2a44429 +MD5 (bnetd-0.4.11.tar.gz) = 6d89215514429e7331ff0770bced2d6a diff --git a/games/bnetd/pkg-plist b/games/bnetd/pkg-plist index 79ff22e0f5ec..6db482ec74bb 100644 --- a/games/bnetd/pkg-plist +++ b/games/bnetd/pkg-plist @@ -1,3 +1,4 @@ +bin/bnbot bin/bnchat bin/bnftp bin/bnpass |