freebsd-ports/games/etracer/Makefile

26 lines
560 B
Makefile
Raw Normal View History

2013-09-03 08:36:41 +02:00
# Created by: Peter Dunning
# $FreeBSD$
PORTNAME= etracer
PORTVERSION= 0.6.0
CATEGORIES= games
MASTER_SITES= SF/extremetuxracer/releases/${PORTVERSION}
DISTNAME= etr-${PORTVERSION}
MAINTAINER= peter_dunning@dsl.pipex.com
COMMENT= Latest and greatest fork of the classic Tux Racer
LICENSE= GPLv2
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
USE_SDL= mixer sdl image
USE_GCC= yes
USE_GL= gl glu
USES= gmake pkgconfig tar:xz tcl
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
2010-03-30 13:22:14 +02:00
.include <bsd.port.mk>