diff --git a/games/Makefile b/games/Makefile index 40709e9e2ff..f3fd89e02e6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.97 2003/07/07 12:41:43 brad Exp $ +# $OpenBSD: Makefile,v 1.98 2003/07/22 20:52:48 brad Exp $ # $FreeBSD: Makefile,v 1.91 1997/11/18 09:29:31 tg Exp $ # @@ -13,7 +13,6 @@ SUBDIR += angband,no_x11 # SUBDIR += block # SUBDIR += blue - SUBDIR += bnetd SUBDIR += bombermaze SUBDIR += burgerspace # SUBDIR += bs diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile deleted file mode 100644 index 3d9df33d6b0..00000000000 --- a/games/bnetd/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $OpenBSD: Makefile,v 1.20 2002/12/29 15:10:07 fgsch Exp $ - -COMMENT= "Battle.net(r) server emulator" - -IGNORE= "has been removed due to legal reasons" - -DISTNAME= bnetd-0.4.19 -CATEGORIES= games -MASTER_SITES= http://www.bnetd.org/files/ - -MAINTAINER= Kevin Lo - -# License: GPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -CONFIGURE_STYLE= gnu -WRKSRC= ${WRKDIST}/src -MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf - -MAKE_FLAGS=CFLAGS=-O2 - -do-install: - cd ${WRKDIST}/bin; ${INSTALL_PROGRAM} * ${PREFIX}/bin - cd ${WRKDIST}/sbin; ${INSTALL_PROGRAM} * ${PREFIX}/sbin - cd ${WRKDIST}/man; ${INSTALL_MAN} bnchat.1 bnetd.1 bnftp.1 bnpass.1 ${PREFIX}/man/man1; ${INSTALL_MAN} bnetd.conf.4 bntext.4 bnmotd.txt.4 bnnews.txt.4 ${PREFIX}/man/man4 - ${INSTALL_DATA_DIR} ${PREFIX}/lib/bnetd && cd ${WRKDIST} && cp -R files conf ${PREFIX}/lib/bnetd - -.include diff --git a/games/bnetd/distinfo b/games/bnetd/distinfo deleted file mode 100644 index 8bc847a30fd..00000000000 --- a/games/bnetd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bnetd-0.4.19.tar.gz) = c18118c89ec30bdb95dda8fa19b62f47 -RMD160 (bnetd-0.4.19.tar.gz) = 120bb474c0742636477c41c413e875fe400f1363 -SHA1 (bnetd-0.4.19.tar.gz) = 4f45958daf77f8a504de8c50cd51c58ae2d24341 diff --git a/games/bnetd/patches/patch-aa b/games/bnetd/patches/patch-aa deleted file mode 100644 index 89a0eca9591..00000000000 --- a/games/bnetd/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/configure.orig Wed Aug 25 17:14:36 1999 -+++ src/configure Thu Apr 6 05:57:40 2000 -@@ -49,7 +49,7 @@ - sbindir='${exec_prefix}/sbin' - libexecdir='${exec_prefix}/libexec' - datadir='${prefix}/share' --sysconfdir='${prefix}/etc' -+sysconfdir='${prefix}/lib/bnetd/conf' - sharedstatedir='${prefix}/com' - localstatedir='${prefix}/var' - libdir='${exec_prefix}/lib' diff --git a/games/bnetd/patches/patch-ab b/games/bnetd/patches/patch-ab deleted file mode 100644 index 8d07942f5ac..00000000000 --- a/games/bnetd/patches/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- conf/bnetd.conf.orig Mon Oct 18 03:29:14 1999 -+++ conf/bnetd.conf Thu Apr 6 06:10:03 2000 -@@ -15,16 +15,16 @@ - # Use absolute paths in these lines to avoid problems! # - #----------------------------------------------------------------------------# - --filedir = /home/bnetd/files/ --userdir = /home/bnetd/users/ --reportdir = /home/bnetd/reports/ --defacct = /home/bnetd/conf/bnetd_default_user --motdfile = /home/bnetd/conf/bnmotd.txt --channelfile = /home/bnetd/conf/channel.list --newsfile = /home/bnetd/conf/news.txt --adfile = /home/bnetd/conf/ad.list --logfile = /home/bnetd/bnetd.log --#pidfile = /home/bnetd/bnetd.pid -+filedir = /usr/local/lib/bnetd/files/ -+userdir = /usr/local/lib/bnetd/users/ -+reportdir = /usr/local/lib/bnetd/reports/ -+defacct = /usr/local/lib/bnetd/conf/bnetd_default_user -+motdfile = /usr/local/lib/bnetd/conf/bnmotd.txt -+channelfile = /usr/local/lib/bnetd/conf/channel.list -+newsfile = /usr/local/lib/bnetd/conf/news.txt -+adfile = /user/local/lib/bnetd/conf/ad.list -+#logfile = /usr/local/lib/bnetd/bnetd.log -+#pidfile = /usr/local/lib/bnetd.pid - - # # - ############################################################################## diff --git a/games/bnetd/patches/patch-ac b/games/bnetd/patches/patch-ac deleted file mode 100644 index 770fb27197d..00000000000 --- a/games/bnetd/patches/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- include/setup.h.orig Thu Oct 7 03:14:04 1999 -+++ include/setup.h Thu Apr 6 05:57:40 2000 -@@ -63,7 +63,7 @@ - #define FILE_TIME_MAXLEN 32 - - #ifndef BNETD_DEFAULT_CONF_FILE --#define BNETD_DEFAULT_CONF_FILE "conf/bnetd.conf" -+#define BNETD_DEFAULT_CONF_FILE "/usr/local/lib/bnetd/conf/bnetd.conf" - #endif - #define BNETD_FILE_DIR "files" - #define BNETD_USER_DIR "users" diff --git a/games/bnetd/pkg/DESCR b/games/bnetd/pkg/DESCR deleted file mode 100644 index f2b004f637c..00000000000 --- a/games/bnetd/pkg/DESCR +++ /dev/null @@ -1 +0,0 @@ -Bnetd is a program that will eventually emulate a Battle.net(r) server. diff --git a/games/bnetd/pkg/PLIST b/games/bnetd/pkg/PLIST deleted file mode 100644 index 8a8c3a7ac00..00000000000 --- a/games/bnetd/pkg/PLIST +++ /dev/null @@ -1,28 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.7 2002/04/07 01:54:49 naddy Exp $ -bin/bnbot -bin/bnchat -bin/bnftp -bin/bnpass -bin/bnstat -lib/bnetd/conf/ad.list -lib/bnetd/conf/bnetd.conf -lib/bnetd/conf/bnetd_default_user -lib/bnetd/conf/bnmotd.txt -lib/bnetd/conf/channel.list -lib/bnetd/conf/news.txt -lib/bnetd/files/ad000001.pcx -lib/bnetd/files/icons.bni -lib/bnetd/files/tos.txt -sbin/bnetd -sbin/bnproxy -man/man1/bnchat.1 -man/man1/bnetd.1 -man/man1/bnftp.1 -man/man1/bnpass.1 -man/man4/bnetd.conf.4 -man/man4/bnmotd.txt.4 -man/man4/bnnews.txt.4 -man/man4/bntext.4 -@dirrm lib/bnetd/conf -@dirrm lib/bnetd/files -@dirrm lib/bnetd