1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/games/etracer/Makefile
Pietro Cerutti e89c78f231 - Convert to USES=tcl
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-02-18 10:30:59 +00:00

36 lines
947 B
Makefile

# Created by: Peter Dunning
# $FreeBSD$
PORTNAME= etracer
PORTVERSION= 0.4
PORTREVISION= 8
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.9:${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>