1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/gracer/Makefile
Dan Moschuk 65b072fde7 Fix dependancy problem (gif.3 -> gif.5)
PR: ports/14038
Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
1999-09-29 20:36:07 +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.5:${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>