# New ports collection makefile for: ppracer # Date created: 28 May, 2005 # Whom: Adam Weinberger # # $FreeBSD$ # PORTNAME= ppracer DISTVERSION= 0.5alpha CATEGORIES= games MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= 3D Downhill racing game... kindof like TuxRacer Improved LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_SDL= mixer sdl USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} .include post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' ${WRKSRC}/configure @${ECHO_MSG} "===> Converting DOS text files to UNIX text files" @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.c" -or -name "*.h" \ -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's/ $$//' .include