2002-08-08 07:13:56 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: gl-117
|
|
|
|
# Date created: Aug 8, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gl-117
|
2005-07-15 10:12:41 +02:00
|
|
|
PORTVERSION= 1.3.2
|
2006-01-12 13:54:32 +01:00
|
|
|
PORTREVISION= 1
|
2002-08-08 07:13:56 +02:00
|
|
|
CATEGORIES= games
|
2002-08-28 08:23:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-07-15 10:12:41 +02:00
|
|
|
DISTVERSIONSUFFIX= -src
|
2002-08-08 07:13:56 +02:00
|
|
|
|
2004-05-16 09:30:10 +02:00
|
|
|
MAINTAINER= erik@smluc.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= An OpenGL & SDL action flight simulator
|
2002-08-08 07:13:56 +02:00
|
|
|
|
2006-01-12 13:54:32 +01:00
|
|
|
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
|
2004-06-14 17:23:31 +02:00
|
|
|
|
2004-01-20 22:18:12 +01:00
|
|
|
USE_SDL= mixer sdl
|
2004-06-10 20:24:40 +02:00
|
|
|
USE_GL= yes
|
2004-06-14 20:15:00 +02:00
|
|
|
USE_BZIP2= yes
|
2002-08-08 07:13:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-04 14:48:40 +02:00
|
|
|
CONFIGURE_ARGS= --x-include=${X11BASE}/include \
|
|
|
|
--x-libraries=${X11BASE}/lib \
|
|
|
|
--with-opengl-dir=${X11BASE}
|
2003-09-05 07:29:13 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2002-08-08 07:13:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|