summaryrefslogtreecommitdiff
path: root/games/xnibbles
diff options
context:
space:
mode:
Diffstat (limited to 'games/xnibbles')
-rw-r--r--games/xnibbles/Makefile50
-rw-r--r--games/xnibbles/distinfo2
-rw-r--r--games/xnibbles/files/patch-aa28
-rw-r--r--games/xnibbles/files/patch-ab14
-rw-r--r--games/xnibbles/pkg-descr19
-rw-r--r--games/xnibbles/pkg-plist31
6 files changed, 0 insertions, 144 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
deleted file mode 100644
index f794bb0c7ff0..000000000000
--- a/games/xnibbles/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: xnibbles
-# Date created: 2 March 1998
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= xnibbles
-PORTVERSION= 1.0.b3
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= http://tinton.braschka.org/Files/pub/games/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/BETA/}
-
-DEPRECATED= "master site disappeared"
-EXPIRATION_DATE=2005-08-31
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple X11 snake game, like one seen in MS-DOS qbasic
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-USE_GMAKE= yes
-MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
-ALL_TARGET= linux
-
-MAN6= xnibbles.6
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xnibbles ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xnibbles.6 ${MANPREFIX}/man/man6
- @${MKDIR} ${PREFIX}/share/xnibbles/sounds
- ${INSTALL_DATA} ${WRKSRC}/sounds/*.ub ${PREFIX}/share/xnibbles/sounds
- @${MKDIR} ${PREFIX}/share/xnibbles/levels
-.if exists(${PREFIX}/share/xnibbles/levels/LEVELS)
- @${RM} ${PREFIX}/share/xnibbles/levels/LEVELS
-.endif
- @${TOUCH} ${PREFIX}/share/xnibbles/levels/LEVELS
-.for file in 001 002 003 004 005 006 007 008 009 010 011 012
- @${ECHO_CMD} ${PREFIX}/share/xnibbles/levels/level${file}.xnl >> ${PREFIX}/share/xnibbles/levels/LEVELS
- ${INSTALL_DATA} ${WRKSRC}/levels/*.xnl ${PREFIX}/share/xnibbles/levels
-.endfor
- @${MKDIR} ${PREFIX}/share/doc/xnibbles
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xnibbles
- ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xnibbles
- ${INSTALL_DATA} ${WRKSRC}/levels/README ${PREFIX}/share/doc/xnibbles/README.levels
-
-.include <bsd.port.mk>
diff --git a/games/xnibbles/distinfo b/games/xnibbles/distinfo
deleted file mode 100644
index 3a563029faf2..000000000000
--- a/games/xnibbles/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (xnibbles-1.0BETA3.tar.gz) = 0ea17759f099c1de038abed89831219c
-SIZE (xnibbles-1.0BETA3.tar.gz) = 136998
diff --git a/games/xnibbles/files/patch-aa b/games/xnibbles/files/patch-aa
deleted file mode 100644
index 407b1326f7b9..000000000000
--- a/games/xnibbles/files/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig Thu Feb 26 09:14:35 1998
-+++ Makefile Wed Nov 8 22:45:42 2000
-@@ -25,10 +25,10 @@
-
- # Directory for XNibbles specific data
- # This must be set correctly at compile time
-- DATADIR = /usr/local/games/xnibbles
-+ DATADIR = ${PREFIX}/share/xnibbles
-
- # Prefix to find bin and man directories for installation
-- PREFIX = /usr/local
-+ PREFIX ?= /usr/local
-
- # Install program
- INSTALL = /usr/bin/install
-@@ -76,9 +76,9 @@
-
- linux:
- $(MAKE) OBJECTS=$(OBJECTS) \
-- CC=$(CC) LDFLAGS='-L/usr/X11R6/lib' \
-- CFLAGS='-Wall -O2 $(SDEV) \
-- -I/usr/X11R6/include -fwritable-strings \
-+ CC=${CXX} LDFLAGS='-L${X11BASE}/lib' \
-+ CFLAGS='${CXXFLAGS} $(SDEV) \
-+ -I${X11BASE}/include -fwritable-strings \
- $(JDEV) -DDATADIR=\"$(DATADIR)\"' \
- xnibbles
-
diff --git a/games/xnibbles/files/patch-ab b/games/xnibbles/files/patch-ab
deleted file mode 100644
index b6a12fd8dc18..000000000000
--- a/games/xnibbles/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- sound.c Sun Feb 22 22:52:08 1998
-+++ /home/andy/tmp/wrk/sound.c Mon Mar 2 23:25:48 1998
-@@ -24,7 +24,11 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-+#ifdef __FreeBSD__
-+#include <machine/soundcard.h>
-+#else
- #include <linux/soundcard.h>
-+#endif
- #include <sys/ioctl.h>
- #include <sys/wait.h>
-
diff --git a/games/xnibbles/pkg-descr b/games/xnibbles/pkg-descr
deleted file mode 100644
index 7a8e364e1ed0..000000000000
--- a/games/xnibbles/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-XNibbles is a game for X11R6. It is conceptually based on
-the nibbles program that came with qbasic for MS-DOS and was
-in turn very similar to the game RunRound found on some XTs.
-
-Nibbles is actually written in C++, and shares no code
-with qbasic nibbles. For those of you who have played the
-game before, you can attest to the fact that it is extremely
-fun and addictive.
-
-The goal of the game is to work your way through the levels,
-which become harder and harder. You do this by running
-your snake over the blue diamonds. For every 10 diamonds you
-acquire, you move up one level. Other diamonds will increase
-your length, give you an extra life, or give you points.
-
-The authors of XNibbles are Ian Peters (ipeters@acm.org),
-and Sean MacIsaac (sjm@acm.org).
-
-XNibbles is under the GNU Public License.
diff --git a/games/xnibbles/pkg-plist b/games/xnibbles/pkg-plist
deleted file mode 100644
index ca95d0660d70..000000000000
--- a/games/xnibbles/pkg-plist
+++ /dev/null
@@ -1,31 +0,0 @@
-bin/xnibbles
-share/doc/xnibbles/README
-share/doc/xnibbles/README.levels
-share/doc/xnibbles/TODO
-share/xnibbles/levels/LEVELS
-share/xnibbles/levels/level001.xnl
-share/xnibbles/levels/level002.xnl
-share/xnibbles/levels/level003.xnl
-share/xnibbles/levels/level004.xnl
-share/xnibbles/levels/level005.xnl
-share/xnibbles/levels/level006.xnl
-share/xnibbles/levels/level007.xnl
-share/xnibbles/levels/level008.xnl
-share/xnibbles/levels/level009.xnl
-share/xnibbles/levels/level010.xnl
-share/xnibbles/levels/level011.xnl
-share/xnibbles/levels/level012.xnl
-share/xnibbles/levels/template.xnl
-share/xnibbles/sounds/appear.ub
-share/xnibbles/sounds/destroy.ub
-share/xnibbles/sounds/double.ub
-share/xnibbles/sounds/gotdiamond.ub
-share/xnibbles/sounds/half.ub
-share/xnibbles/sounds/laughter.ub
-share/xnibbles/sounds/life.ub
-share/xnibbles/sounds/start.ub
-share/xnibbles/sounds/teleport.ub
-@dirrm share/doc/xnibbles
-@dirrm share/xnibbles/levels
-@dirrm share/xnibbles/sounds
-@dirrm share/xnibbles