Tweak games/blinken version 4.14.3
[dports.git] / games / etracer / Makefile
1 # Created by: Peter Dunning
2 # $FreeBSD$
3
4 PORTNAME=       etracer
5 PORTVERSION=    0.6.0
6 CATEGORIES=     games
7 MASTER_SITES=   SF/extremetuxracer/releases/${PORTVERSION}
8 DISTNAME=       etr-${PORTVERSION}
9
10 MAINTAINER=     peter_dunning@dsl.pipex.com
11 COMMENT=        Latest and greatest fork of the classic Tux Racer
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libpng.so:graphics/png \
16                 libfreetype.so:print/freetype2
17
18 USE_SDL=        mixer sdl image
19 USE_GCC=        yes
20 USE_GL=         gl glu
21 USES=           gmake pkgconfig tar:xz tcl
22 CPPFLAGS+=      -I${LOCALBASE}/include
23 GNU_CONFIGURE=  yes
24
25 .include <bsd.port.mk>