mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0df342cdb4
No guarantees that it'll even run, but it looks really cool from the screenshots.
27 lines
556 B
Makefile
27 lines
556 B
Makefile
# New ports collection makefile for: ppracer
|
|
# Date created: 28 May, 2005
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ppracer
|
|
DISTVERSION= 0.5alpha
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://download.berlios.de/ppracer/
|
|
|
|
MAINTAINER= adamw@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 <bsd.port.mk>
|