blob: 4a6dcaf151a44c7fb5bcb2ad6030a268c4e53112 (
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
31
32
33
34
35
36
37
|
# New ports collection makefile for: games/etuxracer
# Date created: 4 April 2010
# Whom: Chris Petrik <chris@officialunix.com>
# based on: games/tuxracer by Eric Anholt
#
# $FreeBSD$
#
PORTNAME= etuxracer
PORTVERSION= 0.4
CATEGORIES= games
MASTER_SITES= SF/extremetuxracer/extreme-tuxracer/${PORTVERSION}/
DISTNAME= extremetuxracer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A 3d penguin racing game using OpenGL
LIB_DEPENDS= tcl85:${PORTSDIR}/lang/tcl85 \
png.6:${PORTSDIR}/graphics/png \
freetype:${PORTSDIR}/print/freetype2
USE_SDL= mixer sdl
USE_GL= gl
USE_XORG= x11 xt xmu xi
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}"
MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS= --with-tcl="${LOCALBASE}/lib/tcl8.5"\
--with-tcl-inc="${LOCALBASE}/include/tcl8.5" \
--with-tcl-lib-name="tcl85" \
--with-gl-libs="${LOCALBASE}/lib" \
--with-gl-inc="${LOCALBASE}/include" \
--with-data-dir=${PREFIX}/share/extremetuxracer
WRKSRC= ${WRKDIR}/extremetuxracer-${PORTVERSION}
.include <bsd.port.mk>
|