blob: d9e2fdbba2f47c51b045e16077ecb9072e1ea0a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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_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>
|