mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
81f6d458a8
- Fix WWW line in pkg-descr - Simplify suffix logic in Makefile Approved by: maintainer timeout
32 lines
695 B
Makefile
32 lines
695 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: gl-117
|
|
# Date created: Aug 8, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gl-117
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTVERSIONSUFFIX= -src
|
|
|
|
MAINTAINER= erik@smluc.org
|
|
COMMENT= An OpenGL & SDL action flight simulator
|
|
|
|
LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut
|
|
|
|
USE_SDL= mixer sdl
|
|
USE_GL= yes
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --x-include=${X11BASE}/include \
|
|
--x-libraries=${X11BASE}/lib \
|
|
--with-opengl-dir=${X11BASE}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
.include <bsd.port.mk>
|