pkgsrc/games/spaceracer/Makefile
rillig 88fef550c4 Imported spaceracer-0.2.4.
Space Racer is a 3D car racing game. The circuit is a road in a galactic
environment. It aims to be a clone of the well known Stunt Car Racer
developped by Geff Crammond, author of Grand Prix I and II.
2006-03-09 14:08:44 +00:00

24 lines
632 B
Makefile

# $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"