ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/games/tuxracer/Makefile
Revision: 20822
Committed: Fri Nov 13 04:11:14 2015 UTC (8 years, 5 months ago) by laffer1
File size: 927 byte(s)
Log Message:
update depends

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= tuxracer
4 PORTVERSION= 0.61
5 PORTREVISION= 11
6 CATEGORIES= games
7 MASTER_SITES= SF \
8 SF/${PORTNAME}/${PORTNAME}-data/${PORTVERSION}:data
9 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
10 ${PORTNAME}-data-${PORTVERSION}${EXTRACT_SUFX}:data
11
12 MAINTAINER= ports@MidnightBSD.org
13 COMMENT= 3D penguin racing game using OpenGL
14
15 LICENSE= gpl2
16
17 USE_SDL= mixer sdl
18 USE_GL= gl
19 USE_XORG= x11 xt xmu xi
20 USES= gmake tk tcl
21 USE_TK= yes
22 USE_TCL= yes
23 GNU_CONFIGURE= yes
24 CONFIGURE_ARGS= --with-tcl-inc="${TCL_INCLUDEDIR}" \
25 --with-tcl-libs="${LOCALBASE}/lib" \
26 --with-tcl-lib-name=tcl${TCL_VER:S/.//} \
27 --with-gl-libs="${LOCALBASE}/lib" \
28 --with-gl-inc="${LOCALBASE}/include" \
29 --with-data-dir=${DATADIR}
30 CPPFLAGS+= -DGLX_GLXEXT_LEGACY
31
32 post-install:
33 @${MKDIR} ${STAGEDIR}${DATADIR}
34 (cd ${WORKDATA} ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} \
35 && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
36
37 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H