pkgsrc/games/spaceracer/Makefile
rillig 382ca5f16e pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q
2018-01-14 15:26:46 +00:00

26 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.14 2018/01/14 15:26:48 rillig Exp $
#
DISTNAME= spaceracer-0.2.4
PKGREVISION= 7
CATEGORIES= games
MASTER_SITES= http://spaceracer.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@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} && 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"