summaryrefslogtreecommitdiff
path: root/games/gl-117/Makefile
blob: f6159dc24b87aa3e1e5efeca0a5e415ec77cfdd6 (plain)
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
# ex:ts=8
# Ports collection makefile for:	gl-117
# Date created:			Aug 8, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	gl-117
PORTVERSION=	1.3.2
PORTREVISION=	4
CATEGORIES=	games
MASTER_SITES=	SF
DISTVERSIONSUFFIX=	-src

MAINTAINER=	erik@smluc.org
COMMENT=	An OpenGL & SDL action flight simulator

USE_GL=		glut
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-opengl-dir=${LOCALBASE}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

.include <bsd.port.mk>