diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 12:02:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 12:02:49 +0000 |
commit | ac47786c682c4e54eed966da854f5e65f6129a42 (patch) | |
tree | 6eaad86644ff1ea9ed16243cae8761467d4e4528 /games | |
parent | b7ae6bf01ca5fab869272f6fd1450a394a1677ff (diff) | |
download | ports-ac47786c682c4e54eed966da854f5e65f6129a42.tar.gz ports-ac47786c682c4e54eed966da854f5e65f6129a42.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/nInvaders/Makefile | 32 | ||||
-rw-r--r-- | games/nInvaders/distinfo | 1 | ||||
-rw-r--r-- | games/nInvaders/pkg-comment | 1 | ||||
-rw-r--r-- | games/nInvaders/pkg-descr | 6 | ||||
-rw-r--r-- | games/nInvaders/pkg-plist | 3 |
6 files changed, 44 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 8b90d66ecfea..8d426644e375 100644 --- a/games/Makefile +++ b/games/Makefile @@ -182,6 +182,7 @@ SUBDIR += miscom SUBDIR += myth2_demo SUBDIR += mythserver + SUBDIR += nInvaders SUBDIR += nadar SUBDIR += nethack32 SUBDIR += nethack33 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 |