diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-03 03:20:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-03 03:20:18 +0000 |
commit | c6c3bca45a493388d80288bb2276f8343d8cd51d (patch) | |
tree | 90da3972b03a1b6441954febe09803f7e2d73bb8 /games/dd2 | |
parent | 62aa639d77de91ebb4a21efc511343bfca60a160 (diff) | |
download | pkgsrc-c6c3bca45a493388d80288bb2276f8343d8cd51d.tar.gz |
Initial import of dd2-0.2.1.
This is a little shot'em up arcade game for one or two players. It aims
to be an 'old school' arcade game with low resolution graphics, top-down
scroll action, energy based gameplay and different weapons with several
levels of power.
Diffstat (limited to 'games/dd2')
-rw-r--r-- | games/dd2/DESCR | 4 | ||||
-rw-r--r-- | games/dd2/Makefile | 18 | ||||
-rw-r--r-- | games/dd2/PLIST | 24 | ||||
-rw-r--r-- | games/dd2/distinfo | 4 |
4 files changed, 50 insertions, 0 deletions
diff --git a/games/dd2/DESCR b/games/dd2/DESCR new file mode 100644 index 00000000000..46085f1e935 --- /dev/null +++ b/games/dd2/DESCR @@ -0,0 +1,4 @@ +This is a little shot'em up arcade game for one or two players. It aims +to be an 'old school' arcade game with low resolution graphics, top-down +scroll action, energy based gameplay and different weapons with several +levels of power. diff --git a/games/dd2/Makefile b/games/dd2/Makefile new file mode 100644 index 00000000000..ca78b958947 --- /dev/null +++ b/games/dd2/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/03 03:20:18 xtraeme Exp $ +# + +DISTNAME= dd2-0.2.1 +CATEGORIES= games +MASTER_SITES= http://www.usebox.net/jjm/dd2/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.usebox.net/jjm/dd2/releases/ +COMMENT= Shot'em up arcade game for one or two players + +USE_BUILDLINK3= yes +USE_X11= yes +GNU_CONFIGURE= yes + +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/dd2/PLIST b/games/dd2/PLIST new file mode 100644 index 00000000000..cc5fe8810c6 --- /dev/null +++ b/games/dd2/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/03 03:20:19 xtraeme Exp $ +bin/dd2 +share/dd2/bgm1.xm +share/dd2/bgm2.xm +share/dd2/dd2-hiscore +share/dd2/dd2.cfg +share/dd2/efx1.wav +share/dd2/efx2.wav +share/dd2/efx3.wav +share/dd2/efx4.wav +share/dd2/efx5.wav +share/dd2/efx6.wav +share/dd2/efx7.wav +share/dd2/efx8.wav +share/dd2/game.act +share/dd2/gfx.bmp +share/doc/dd2/AUTHORS +share/doc/dd2/COPYING +share/doc/dd2/ChangeLog +share/doc/dd2/NEWS +share/doc/dd2/README +share/doc/dd2/TODO +@dirrm share/doc/dd2 +@dirrm share/dd2 diff --git a/games/dd2/distinfo b/games/dd2/distinfo new file mode 100644 index 00000000000..b90b470d212 --- /dev/null +++ b/games/dd2/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/03 03:20:19 xtraeme Exp $ + +SHA1 (dd2-0.2.1.tar.gz) = ae87caa53a4314a1e304cfa0940a9619dd91ed79 +Size (dd2-0.2.1.tar.gz) = 286998 bytes |