diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:08:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:08:56 +0000 |
commit | df2ce7a7f9aad254bcb0105886e0d79d68f00f25 (patch) | |
tree | 65e10174a3df78c50e8a4ce3ec8a0183587d6ce1 /games/crack-attack/Makefile | |
parent | 92ee73f4b093e75456338e8a5ffe13a58aa60c83 (diff) | |
download | pkgsrc-df2ce7a7f9aad254bcb0105886e0d79d68f00f25.tar.gz |
Initial import of crack-attack 1.1.10 from pkgsrc-wip packaged
by Soren Jacobsen.
Crack Attack! is an addictive (hence the name) OpenGL game based on
the Tetris Attack game for Super Nintendo.
The goal is to keep your stack from reaching the top of the screen.
To prevent this, you line up blocks of the same color.
Diffstat (limited to 'games/crack-attack/Makefile')
-rw-r--r-- | games/crack-attack/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile new file mode 100644 index 00000000000..9da19fef2c0 --- /dev/null +++ b/games/crack-attack/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:08:56 xtraeme Exp $ +# + +DISTNAME= crack-attack-1.1.10 +CATEGORIES= games +MASTER_SITES= http://aluminumangel.org/cgi-bin/download_counter.cgi?attack_linux+attack/ + +MAINTAINER= snj@pobox.com +HOMEPAGE= http://aluminumangel.org/attack/ +COMMENT= Tetris Attack inspired game + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_X11= YES + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/html/${PKGBASE} + ${INSTALL_DATA} ${WRKSRC}/doc/*.jpg ${PREFIX}/share/doc/html/${PKGBASE} + +.include "../../graphics/glu/buildlink2.mk" +.include "../../graphics/glut/buildlink2.mk" +.include "../../graphics/MesaLib/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" |