1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/gracer/Makefile

29 lines
761 B
Makefile
Raw Normal View History

# New ports collection makefile for: gracer
# 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.3
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 \
png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tcl82.1:${PORTSDIR}/lang/tcl82
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>