diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-03 14:27:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-03 14:27:07 +0000 |
commit | f241847d7cbff591de2ded1f64ed821420fa17c2 (patch) | |
tree | 3f2e59e96f49025a8deca9cf7a3606eac11d3b0b /games | |
parent | 2341b9e322ff42793cc78616f70a0c53dfe0caf6 (diff) | |
download | pkgsrc-f241847d7cbff591de2ded1f64ed821420fa17c2.tar.gz |
Initial import of xsc-1.5:
XSC is a clone of the old Star Castle video game by Cinematronics.
Most of the details are from memory and a few old video game books
I have kicking around from the golden days. This is just a fun
hack that I've been working on off and on for quite a long time.
I don't have any grand plans for it, except to hack on it when I
feel like it. It's always good to have something like this available
when you feel like flying around and blasting the crap out of some
alien bad guy for a few minutes.
Diffstat (limited to 'games')
-rw-r--r-- | games/xsc/DESCR | 8 | ||||
-rw-r--r-- | games/xsc/Makefile | 22 | ||||
-rw-r--r-- | games/xsc/PLIST | 4 | ||||
-rw-r--r-- | games/xsc/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/games/xsc/DESCR b/games/xsc/DESCR new file mode 100644 index 00000000000..85a053a34ba --- /dev/null +++ b/games/xsc/DESCR @@ -0,0 +1,8 @@ +XSC is a clone of the old Star Castle video game by Cinematronics. +Most of the details are from memory and a few old video game books +I have kicking around from the golden days. This is just a fun +hack that I've been working on off and on for quite a long time. +I don't have any grand plans for it, except to hack on it when I +feel like it. It's always good to have something like this available +when you feel like flying around and blasting the crap out of some +alien bad guy for a few minutes. diff --git a/games/xsc/Makefile b/games/xsc/Makefile new file mode 100644 index 00000000000..f285bd8b888 --- /dev/null +++ b/games/xsc/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/03 14:27:07 wiz Exp $ +# + +DISTNAME= xsc-1.5 +CATEGORIES= games +MASTER_SITES= http://www.panix.com/~mbh/xsc/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.panix.com/~mbh/xsc/ +COMMENT= Star Castle clone + +USE_BUILDLINK3= yes +USE_X11= yes +GNU_CONFIGURE= yes +USE_LANGUAGES= c++ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xsc ${PREFIX}/bin/xsc + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xsc + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xsc + +.include "../../mk/bsd.pkg.mk" diff --git a/games/xsc/PLIST b/games/xsc/PLIST new file mode 100644 index 00000000000..99c0cbe59db --- /dev/null +++ b/games/xsc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/03 14:27:07 wiz Exp $ +bin/xsc +share/doc/xsc/README +@dirrm share/doc/xsc diff --git a/games/xsc/distinfo b/games/xsc/distinfo new file mode 100644 index 00000000000..f6fa7217952 --- /dev/null +++ b/games/xsc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/03 14:27:07 wiz Exp $ + +SHA1 (xsc-1.5.tar.gz) = 3b6b71c2e9d132c56e276896f4869dc08a0e43a3 +Size (xsc-1.5.tar.gz) = 86015 bytes |