View | Details | Raw Unified | Return to bug 58761
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
26
26
27
CONFIGURE_ARGS=	--enable-static=no
27
CONFIGURE_ARGS=	--enable-static=no --program-transform-name='s/^quake2$$/q2f/'
28
CONFIGURE_TARGET=
28
CONFIGURE_TARGET=
29
29
30
.if exists(${LOCALBASE}/lib/libSDL-1.1.so.5)
30
.if exists(${LOCALBASE}/lib/libSDL-1.1.so.5)
(-)pkg-message (+4 lines)
Lines 12-15 Link Here
12
ments when running in GLX-Mode, try setting
12
ments when running in GLX-Mode, try setting
13
in_dgamouse to 1.
13
in_dgamouse to 1.
14
14
15
ATTENTION: The Quake2Forge binary now gets 
16
installed as q2f instead of quake2 to avoid
17
conflicting with games/quake2lnx
18
15
===============================================
19
===============================================
(-)pkg-plist (-1 / +1 lines)
Lines 1-4 Link Here
1
bin/quake2
1
bin/q2f
2
%%SVGA:%%lib/quake2/ref_soft.so
2
%%SVGA:%%lib/quake2/ref_soft.so
3
%%SDL:%%lib/quake2/ref_softsdl.so
3
%%SDL:%%lib/quake2/ref_softsdl.so
4
%%SDLGL:%%lib/quake2/ref_sdlgl.so
4
%%SDLGL:%%lib/quake2/ref_sdlgl.so

Return to bug 58761