summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/Makefile1
-rw-r--r--games/rollemup/Makefile70
-rw-r--r--games/rollemup/distinfo3
-rw-r--r--games/rollemup/files/MESSAGE1
-rw-r--r--games/rollemup/files/README.Rollemup15
-rw-r--r--games/rollemup/files/rollemup.sh2
-rw-r--r--games/rollemup/pkg-descr21
-rw-r--r--games/rollemup/pkg-plist3
8 files changed, 0 insertions, 116 deletions
diff --git a/games/Makefile b/games/Makefile
index b3a39a3202b7..abd3b5252d17 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -325,7 +325,6 @@
SUBDIR += robocode
SUBDIR += rockdodger
SUBDIR += rocksndiamonds
- SUBDIR += rollemup
SUBDIR += rt2-demo
SUBDIR += rtb
SUBDIR += rtcw
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile
deleted file mode 100644
index d4d439c3942e..000000000000
--- a/games/rollemup/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: Rollemup
-# Date created: 22 October 1999
-# Whom: Kazuki Sakamoto <sakamoto@netbsd.org>
-#
-# $FreeBSD$
-# $NetBSD: Makefile,v 1.4 1999/11/23 16:54:40 hubertf Exp $
-#
-
-PORTNAME= rollemup
-PORTVERSION= 1.0
-CATEGORIES= games linux
-MASTER_SITES= http://usa.lostboys.nl/medialab/rollemup/Linux/
-DISTNAME= Rollemup
-
-MAINTAINER= sanpei@FreeBSD.org
-COMMENT= Multi Ball, Player, Platform, Media, Cool Pinball game
-
-BROKEN= "Does not fetch"
-
-LICENSE= no-commercial-use
-RESTRICTED= You are not allowed to distribute the software by any means. \
- You are allowed to download a copy from this site for personal use. \
- See http://www.medialab.lostboys.nl/content/showcase/license.html
-
-ONLY_FOR_ARCHS= i386
-
-USE_LINUX= yes
-
-EXTRACT_ONLY= # empty
-NO_PACKAGE= ${RESTRICTED}
-NO_CDROM= ${RESTRICTED}
-
-PLIST= ${WRKDIR}/PLIST
-PLIST_SRC= ${PLIST}
-PKGMESSAGE= ${WRKDIR}/MESSAGE
-GAMES_DIR= lib
-
-do-build:
- @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${GAMES_DIR}|${GAMES_DIR}|g' ${FILESDIR}/rollemup.sh \
- > ${WRKDIR}/rollemup
- @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${GAMES_DIR}|${GAMES_DIR}|g' ${FILESDIR}/MESSAGE \
- > ${PKGMESSAGE}
- @${SED} -e 's|$${PREFIX}|${PREFIX}|g' ${FILESDIR}/README.Rollemup \
- > ${WRKDIR}/README.Rollemup
-
-do-install:
- @${MKDIR} ${PREFIX}/${GAMES_DIR}
- @${TAR} xCzf ${PREFIX}/${GAMES_DIR} ${_DISTDIR}/${DISTFILES}
- @${TOUCH} ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup.ini
- @${MV} ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKDIR}/rollemup ${PREFIX}/bin
- @${INSTALL_DATA} ${WRKDIR}/README.Rollemup \
- ${PREFIX}/${GAMES_DIR}/Rollemup
- @${CP} ${PKGDIR}/pkg-plist ${PLIST_SRC}
- @(cd ${PREFIX}; \
- find ${GAMES_DIR}/Rollemup -type f >> ${PLIST_SRC}; \
- for DIR in `find ${GAMES_DIR}/Rollemup -type d | sort -r`; do \
- ${ECHO_CMD} "@dirrm $$DIR" >> ${PLIST_SRC}; \
- done)
- @${CHOWN} root:games ${PREFIX}/bin/Rollemup
- @${CHMOD} 2755 ${PREFIX}/bin/Rollemup
- @${CHOWN} -R root:games ${PREFIX}/${GAMES_DIR}/Rollemup
- @${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Games
- @${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Upload
- @${CHMOD} 664 ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup.ini
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/games/rollemup/distinfo b/games/rollemup/distinfo
deleted file mode 100644
index 80fda6f76407..000000000000
--- a/games/rollemup/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.3 1999/10/28 06:59:14 sakamoto Exp $
-
-MD5 (Rollemup.tar.gz) = 00844bfc54a941f96f26213c9a16442a
diff --git a/games/rollemup/files/MESSAGE b/games/rollemup/files/MESSAGE
deleted file mode 100644
index 65ecff2cdafb..000000000000
--- a/games/rollemup/files/MESSAGE
+++ /dev/null
@@ -1 +0,0 @@
-Please read ${PREFIX}/${GAMES_DIR}/Rollemup/README.Rollemup
diff --git a/games/rollemup/files/README.Rollemup b/games/rollemup/files/README.Rollemup
deleted file mode 100644
index 2f19ff0a8bad..000000000000
--- a/games/rollemup/files/README.Rollemup
+++ /dev/null
@@ -1,15 +0,0 @@
-License information:
- http://www.medialab.lostboys.nl/content/showcase/license.html
-
-How to start:
- exec ${PREFIX}/bin/rollemup
-
-Controls:
- '/' for the Right Flipper
- 'Z' for the Left Flipper
- 'Enter' for the Plunger
- 'Space' for a Shake
- 'N' for a New Game
- 'P' to pause a Game
- 'Q' to Quit
- 'ESC' to abort the game
diff --git a/games/rollemup/files/rollemup.sh b/games/rollemup/files/rollemup.sh
deleted file mode 100644
index c490efb8178f..000000000000
--- a/games/rollemup/files/rollemup.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-(cd ${PREFIX}/${GAMES_DIR}/Rollemup; ${PREFIX}/bin/Rollemup)
diff --git a/games/rollemup/pkg-descr b/games/rollemup/pkg-descr
deleted file mode 100644
index 027ad3b1ff84..000000000000
--- a/games/rollemup/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Roll 'm Up:Multi Ball, Multi Player, Multi Platform, Multi Media, Multi Cool
-
-This package contains a Linux-x86 version of the Lost Boys pinball game
-RollemUp , it is based on our cross-platform framework Lost Platform,
-now running on MS Windows, Macintosh, BeOS and linux.
-Tested with XFree86 in different display depths, OSS sound on an SB16.
-For more information on this version, as well as the upcoming LinuxPPC
-version check our site:
-
-WWW: http://www.medialab.lostboys.nl/projects/madewith/pinball/pinballgame.html
-
-Lost Boys media lab
----
-Known Problem
- With pcm sound driver, sound is delayed about 10 seconds.
- Please use with sys/i386/isa/snd(Voxware sound driver)
- or OSS/FreeBSD sound driver, if you want to play with sound.
-
- This problem is not related to Linux Emulator.
-
-MIHIRA Yoshiro
diff --git a/games/rollemup/pkg-plist b/games/rollemup/pkg-plist
deleted file mode 100644
index c0d285c65f40..000000000000
--- a/games/rollemup/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 1999/10/28 06:59:15 sakamoto Exp $
-bin/Rollemup
-bin/rollemup