diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-26 17:49:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-26 17:49:57 +0000 |
commit | fc84c73fbe0420ed4e5780d1f9c065ba72dcec14 (patch) | |
tree | b377aaceba34e20006df9602ac7bd0709fa2e69b /games/etracer/Makefile | |
parent | b62c845abf90d8361d319fbf7f647b2bdf11a119 (diff) |
Notes
Diffstat (limited to 'games/etracer/Makefile')
-rw-r--r-- | games/etracer/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games/etracer/Makefile b/games/etracer/Makefile new file mode 100644 index 000000000000..8651d4cfcc05 --- /dev/null +++ b/games/etracer/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: extreme tux racer +# Date created: 22 February 2008 +# Whom: Peter Dunning +# +# $FreeBSD$ +# + +PORTNAME= etracer +PORTVERSION= 0.4 +CATEGORIES= games +MASTER_SITES= SF/extremetuxracer +DISTNAME= extremetuxracer-${PORTVERSION} + +MAINTAINER= peter_dunning@dsl.pipex.com +COMMENT= The latest and greatest fork of the classic Tux Racer + +LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \ + png.5:${PORTSDIR}/graphics/png \ + freetype.9:${PORTSDIR}/print/freetype2 + +USE_SDL= mixer sdl +USE_GL= gl glu glut +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.5 \ + --with-tcl-inc=${PREFIX}/include/tcl8.5 \ + --with-gl-libs="${LOCALBASE}/lib" \ + --with-gl-inc="${LOCALBASE}/include" + +.include <bsd.port.mk> |