2007-06-15 15:19:03 +02:00
|
|
|
# New ports collection makefile for: PlanetPenguin Racer
|
2005-05-28 10:56:35 +02:00
|
|
|
# Date created: 28 May, 2005
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ppracer
|
2005-11-04 21:18:15 +01:00
|
|
|
DISTVERSION= 0.5alpha
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2005-05-28 10:56:35 +02:00
|
|
|
CATEGORIES= games
|
2006-07-18 04:13:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-05-28 10:56:35 +02:00
|
|
|
|
2006-09-23 21:35:56 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-06-15 15:19:03 +02:00
|
|
|
COMMENT= 3D downhill racing game... kind of like TuxRacer Improved
|
2005-05-28 10:56:35 +02:00
|
|
|
|
2010-03-28 08:47:48 +02:00
|
|
|
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
|
2008-03-27 12:20:17 +01:00
|
|
|
freetype.9:${PORTSDIR}/print/freetype2
|
2005-05-28 10:56:35 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_SDL= mixer sdl
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= gl
|
2005-05-28 10:56:35 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-06-15 15:19:03 +02:00
|
|
|
USE_DOS2UNIX= yes
|
|
|
|
DOS2UNIX_REGEX= .*\.(c|cpp|h)
|
2006-07-18 04:13:52 +02:00
|
|
|
|
|
|
|
post-patch:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/configure
|
2007-06-15 15:19:03 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,RacingMode::,,' ${WRKSRC}/src/racingmode.h
|
2006-07-18 04:13:52 +02:00
|
|
|
|
2007-06-15 15:19:03 +02:00
|
|
|
.include <bsd.port.mk>
|