- use GLEW (which allows detection of GL features, in this case it's
used to detect whether anisotropic filtering is supported); from Brad - regen PLIST
This commit is contained in:
parent
e1e564ee84
commit
fa1af5a8a5
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2009/01/31 10:11:38 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2009/04/13 23:29:44 sthen Exp $
|
||||
|
||||
COMMENT= graphical multiplayer 3D tank war game
|
||||
|
||||
DISTNAME= bzflag-2.0.8
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/}
|
||||
|
||||
@ -22,17 +22,18 @@ USE_X11= Yes
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= SDL.>=4::devel/sdl \
|
||||
curl.>=3::net/curl
|
||||
curl.>=3::net/curl \
|
||||
GLEW::graphics/glew
|
||||
|
||||
WANTLIB= GL GLU ICE SM X11 Xau Xdmcp Xext Xrandr Xrender \
|
||||
c crypto idn m ncurses pthread sndio ssl stdc++ \
|
||||
usbhid z
|
||||
|
||||
AUTOCONF_VERSION=2.59
|
||||
CONFIGURE_STYLE=gnu autoconf
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
ac_cv_lib_cares_ares_init=no \
|
||||
ac_cv_lib_bind_gethostent=no
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2006/09/22 03:42:57 pvalchev Exp $
|
||||
bin/bzadmin
|
||||
bin/bzflag
|
||||
bin/bzfs
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/04/13 23:29:44 sthen Exp $
|
||||
@bin bin/bzadmin
|
||||
@bin bin/bzflag
|
||||
@bin bin/bzfs
|
||||
@man man/man5/bzw.5
|
||||
@man man/man6/bzadmin.6
|
||||
@man man/man6/bzflag.6
|
||||
|
Loading…
Reference in New Issue
Block a user