1999-09-28 02:57:19 +00:00
|
|
|
# New ports collection makefile for: gracer
|
1999-11-28 18:09:55 +00:00
|
|
|
# Version required: 0.1.3
|
1999-09-28 02:57:19 +00:00
|
|
|
# Date created: Fri Jul 30 20:50:16 MET DST 1999
|
|
|
|
# Whom: nox@jelal.kn-bremen.de
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-11-28 18:09:55 +00:00
|
|
|
DISTNAME= gracer-0.1.3
|
1999-09-28 02:57:19 +00:00
|
|
|
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 \
|
1999-09-29 20:36:07 +00:00
|
|
|
gif.5:${PORTSDIR}/graphics/giflib \
|
1999-11-28 18:09:55 +00:00
|
|
|
png.3:${PORTSDIR}/graphics/png \
|
1999-09-28 02:57:19 +00:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
1999-11-28 18:09:55 +00:00
|
|
|
tcl82.1:${PORTSDIR}/lang/tcl82
|
1999-09-28 02:57:19 +00:00
|
|
|
|
1999-11-28 18:09:55 +00:00
|
|
|
USE_AUTOCONF= YES
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
|
|
|
|
-I${LOCALBASE}/include/tcl8.2 \
|
|
|
|
-I${X11BASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
1999-09-28 02:57:19 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|