summaryrefslogtreecommitdiff
path: root/games/gracer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gracer/Makefile')
-rw-r--r--games/gracer/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index cb795088681a..8bef550e09c8 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: gracer
-# Version required: 0.1.0
+# Version required: 0.1.3
# Date created: Fri Jul 30 20:50:16 MET DST 1999
# Whom: nox@jelal.kn-bremen.de
#
# $FreeBSD$
#
-DISTNAME= gracer-0.1.0
+DISTNAME= gracer-0.1.3
CATEGORIES= games
MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/
@@ -14,14 +14,15 @@ MAINTAINER= nox@jelal.kn-bremen.de
LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \
gif.5:${PORTSDIR}/graphics/giflib \
+ png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- tcl80.1:${PORTSDIR}/lang/tcl80
+ tcl82.1:${PORTSDIR}/lang/tcl82
-# 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_AUTOCONF= YES
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ -I${LOCALBASE}/include/tcl8.2 \
+ -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
USE_GMAKE= yes
.include <bsd.port.mk>