summaryrefslogtreecommitdiff
path: root/games/gracer/Makefile
blob: 8bef550e09c838d610dad82e74081178891baff2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>