blob: 3c09488d4bdcb6abfebc42bae1fe2a39be7b1b3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= ppracer
DISTVERSION= 0.5alpha
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D downhill racing game... kind of like TuxRacer Improved
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
freetype:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
USES= gmake pkgconfig
USE_SDL= mixer sdl
USE_GL= gl
GNU_CONFIGURE= yes
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)
USE_XORG= x11 xi xext xmu xt
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \
-e 's,libpng12,libpng15,g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,RacingMode::,,' ${WRKSRC}/src/racingmode.h
.include <bsd.port.mk>
|