pkgsrc/games/spaceracer/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

26 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= spaceracer-0.2.4
PKGREVISION= 2
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_LANGUAGES= c c++
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"