1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/etracer/Makefile
Tijl Coosemans 5fbf541c7d Fix libfreetype dependencies.
PR:		ports/188792
2014-04-19 15:57:46 +00:00

36 lines
945 B
Makefile

# Created by: Peter Dunning
# $FreeBSD$
PORTNAME= etracer
PORTVERSION= 0.4
PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/extremetuxracer/extreme-tuxracer/${PORTVERSION}
DISTNAME= extremetuxracer-${PORTVERSION}
MAINTAINER= peter_dunning@dsl.pipex.com
COMMENT= The latest and greatest fork of the classic Tux Racer
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2
USE_SDL= mixer sdl
USE_XORG= x11 xi xext xmu xt
USE_GL= gl glu glut
USES= gmake pkgconfig tcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl="${TCL_LIBDIR}" \
--with-tcl-inc="${TCL_INCLUDEDIR}" \
--with-gl-libs="${LOCALBASE}/lib" \
--with-gl-inc="${LOCALBASE}/include"
post-patch:
${REINPLACE_CMD} -e 's|libpng12|libpng15|g' \
${WRKSRC}/configure
${REINPLACE_CMD} -e 's|int_p_NULL|NULL|g' \
-e 's|png_infopp_NULL|NULL|g' \
${WRKSRC}/src/ppgltk/images/png_reader.cpp
.include <bsd.port.mk>