1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/gracer/Makefile
Satoshi Taoka 91f8566078 A 3D motor sports simulator
PR:		12924
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-09-28 02:57:19 +00:00

28 lines
771 B
Makefile

# New ports collection makefile for: gracer
# Version required: 0.1.0
# Date created: Fri Jul 30 20:50:16 MET DST 1999
# Whom: nox@jelal.kn-bremen.de
#
# $FreeBSD$
#
DISTNAME= gracer-0.1.0
CATEGORIES= games
MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/
MAINTAINER= nox@jelal.kn-bremen.de
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \
gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tcl80.1:${PORTSDIR}/lang/tcl80
# doesn't work, program still looks for its files in /usr/local
#USE_X_PREFIX= yes
USE_AUTOCONF= yes
CFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include -L${LOCALBASE}/lib
CONFIGURE_ENV+= "CPP=cc -E -I${LOCALBASE}/include"
USE_GMAKE= yes
.include <bsd.port.mk>