freebsd-ports/games/etracer/Makefile
Dmitry Marakasov 9aa2fea001 - Update to 0.6.0
- Fix indentation
- Update WWW
- Fix comment
- Add LICENSE

PR:		202817
Submitted by:	chris@bsdjunk.com
Approved by:	maintainer timeout (peter_dunning@dsl.pipex.com, 4 weeks)
2015-09-30 18:34:01 +00:00

25 lines
560 B
Makefile

# 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
.include <bsd.port.mk>