summaryrefslogtreecommitdiff
path: root/games/spaceracer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/spaceracer/Makefile')
-rw-r--r--games/spaceracer/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/spaceracer/Makefile b/games/spaceracer/Makefile
new file mode 100644
index 00000000000..a9c93c77964
--- /dev/null
+++ b/games/spaceracer/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 14:08:44 rillig Exp $
+#
+
+DISTNAME= spaceracer-0.2.4
+CATEGORIES= games
+MASTER_SITES= http://spaceracer.sourceforge.net/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://spaceracer.sourceforge.net/
+COMMENT= 3D car racing game
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= automake autoconf
+
+pre-configure:
+ cd ${WRKSRC:Q} && autoreconf -i
+
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../multimedia/smpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"