aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2013-04-22 16:33:38 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2013-04-22 16:33:38 +0000
commit6a83ff7d5050258e65c69d3e8d035e72684591df (patch)
tree8b1eca5267a7ea74a91d3afc0eee26f1a45a7a37 /games
parenteb40118d02731f17bc662ee858f5a71067947987 (diff)
downloadports-6a83ff7d5050258e65c69d3e8d035e72684591df.tar.gz
ports-6a83ff7d5050258e65c69d3e8d035e72684591df.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/grubinvaders/Makefile34
-rw-r--r--games/grubinvaders/distinfo2
-rw-r--r--games/grubinvaders/files/Makefile20
-rw-r--r--games/grubinvaders/files/pkg-message.in6
-rw-r--r--games/grubinvaders/pkg-descr3
-rw-r--r--games/grubinvaders/pkg-plist4
6 files changed, 0 insertions, 69 deletions
diff --git a/games/grubinvaders/Makefile b/games/grubinvaders/Makefile
deleted file mode 100644
index c9b231089f62..000000000000
--- a/games/grubinvaders/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: grubinvaders
-# Date created: 13 April 2002
-# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= grubinvaders
-PORTVERSION= 1.0.0
-CATEGORIES= games
-MASTER_SITES= http://www.erikyyy.de/invaders/
-DISTNAME= invaders-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A multi boot compliant game for i386
-
-RUN_DEPENDS= ${LOCALBASE}/sbin/grub:${PORTSDIR}/sysutils/grub
-
-MAKEFILE= ${FILESDIR}/Makefile
-ONLY_FOR_ARCHS= i386
-STRIP=
-WRKSRC= ${WRKDIR}/invaders
-ALL_TARGET= clean all
-SUB_FILES= pkg-message
-
-do-install:
- ${MKDIR} ${DATADIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
-.endif
- ${INSTALL_PROGRAM} ${WRKSRC}/invaders ${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/games/grubinvaders/distinfo b/games/grubinvaders/distinfo
deleted file mode 100644
index 80f30fe2c399..000000000000
--- a/games/grubinvaders/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (invaders-1.0.0.tar.gz) = 304c8b0f82eaec54b07250b0f39886e1d9fa23c48075213bf87c8f375781a845
-SIZE (invaders-1.0.0.tar.gz) = 17817
diff --git a/games/grubinvaders/files/Makefile b/games/grubinvaders/files/Makefile
deleted file mode 100644
index 19d559badcfd..000000000000
--- a/games/grubinvaders/files/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-CFLAGS+=-fno-builtin -nostdinc -I. -Wall
-LDFLAGS+=-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000
-
-PROG= invaders
-OBJS= boot.o common.o kernel.o keyboard.o video.o game.o sound.o \
- delay.o memory.o
-
-all: ${PROG}
-
-${PROG}: ${PROG}.exec
- objcopy -O binary invaders.exec invaders
-
-${PROG}.exec: ${OBJS}
- ${CC} ${LDFLAGS} -o ${PROG}.exec ${OBJS}
-
-clean:
- rm -f ${OBJS} ${PROG}
-
diff --git a/games/grubinvaders/files/pkg-message.in b/games/grubinvaders/files/pkg-message.in
deleted file mode 100644
index f19da57bb97d..000000000000
--- a/games/grubinvaders/files/pkg-message.in
+++ /dev/null
@@ -1,6 +0,0 @@
-------------------------------------------------------------
-
-See %%DATADIR%%/README for instructions on
-installing grubinvaders with grub.
-
-------------------------------------------------------------
diff --git a/games/grubinvaders/pkg-descr b/games/grubinvaders/pkg-descr
deleted file mode 100644
index 5899ce7b60b1..000000000000
--- a/games/grubinvaders/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-grubinvaders, a multi boot compliant game for i386.
-
-WWW: http://www.erikyyy.de/invaders/
diff --git a/games/grubinvaders/pkg-plist b/games/grubinvaders/pkg-plist
deleted file mode 100644
index bda635ac0640..000000000000
--- a/games/grubinvaders/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%DATADIR%%/invaders
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%