summaryrefslogtreecommitdiff
path: root/games/nInvaders
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 12:02:49 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 12:02:49 +0000
commitac47786c682c4e54eed966da854f5e65f6129a42 (patch)
tree6eaad86644ff1ea9ed16243cae8761467d4e4528 /games/nInvaders
parentUse $PYNUMERIC in the dependencies. (diff)
add nInvaders 0.0.8
The nIvaders game is a Space Invaders clone for ncurses PR: 40413 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes: svn path=/head/; revision=62986
Diffstat (limited to 'games/nInvaders')
-rw-r--r--games/nInvaders/Makefile32
-rw-r--r--games/nInvaders/distinfo1
-rw-r--r--games/nInvaders/pkg-comment1
-rw-r--r--games/nInvaders/pkg-descr6
-rw-r--r--games/nInvaders/pkg-plist3
5 files changed, 43 insertions, 0 deletions
diff --git a/games/nInvaders/Makefile b/games/nInvaders/Makefile
new file mode 100644
index 000000000000..40704f00ccfb
--- /dev/null
+++ b/games/nInvaders/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: nInvaders
+# Date created: Tue Jul 09, 2002
+# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= nInvaders
+PORTVERSION= 0.0.8
+CATEGORIES= games
+MASTER_SITES= http://dettus.dyndns.org/ninvaders/
+DISTNAME= ${PORTNAME}${PORTVERSION}
+
+MAINTAINER= mich@freebsdcluster.org
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_REINPLACE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|^CC|#CC|g" \
+ -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/nInvaders/distinfo b/games/nInvaders/distinfo
new file mode 100644
index 000000000000..1afb570f8f77
--- /dev/null
+++ b/games/nInvaders/distinfo
@@ -0,0 +1 @@
+MD5 (nInvaders0.0.8.tar.gz) = f8972561fd0574e0a9d68eeb03e49d4c
diff --git a/games/nInvaders/pkg-comment b/games/nInvaders/pkg-comment
new file mode 100644
index 000000000000..c9e75a168099
--- /dev/null
+++ b/games/nInvaders/pkg-comment
@@ -0,0 +1 @@
+The nIvaders game is a Space Invaders clone for ncurses
diff --git a/games/nInvaders/pkg-descr b/games/nInvaders/pkg-descr
new file mode 100644
index 000000000000..a672227bf014
--- /dev/null
+++ b/games/nInvaders/pkg-descr
@@ -0,0 +1,6 @@
+A ncurses version of the classic Space Invaders game.
+
+WWW: http://dettus.dyndns.org/ninvaders/
+
+ Michael L. Hostbaek
+ mich@freebsdcluster.org
diff --git a/games/nInvaders/pkg-plist b/games/nInvaders/pkg-plist
new file mode 100644
index 000000000000..a41597aab124
--- /dev/null
+++ b/games/nInvaders/pkg-plist
@@ -0,0 +1,3 @@
+bin/nInvaders
+%%PORTDOCS%%share/doc/nInvaders/README
+%%PORTDOCS%%@dirrm share/doc/nInvaders