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

(-)Makefile (-2 / +14 lines)
Lines 19-25 Link Here
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_LIBTOOL_VER=15
20
USE_LIBTOOL_VER=15
21
USE_AUTOCONF_VER=259
21
USE_AUTOCONF_VER=259
22
USE_XLIB=	yes
23
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
24
WANT_SDL=	yes
23
WANT_SDL=	yes
25
24
Lines 58-63 Link Here
58
PLIST_SUB+=	SVGA:="@comment "
57
PLIST_SUB+=	SVGA:="@comment "
59
.endif
58
.endif
60
59
60
.if !defined(WITHOUT_X11)
61
USE_XLIB=	yes
62
CONFIGURE_ARGS+=--with-x
63
PLIST_SUB+=	X11:=""
64
.else
65
WITHOUT_GL=	yes
66
CONFIGURE_ARGS+=--without-x
67
PLIST_SUB+=	X11:="@comment "
68
.endif
69
61
.if !defined(WITHOUT_GL)
70
.if !defined(WITHOUT_GL)
62
CONFIGURE_ARGS+=--with-opengl=${X11BASE}
71
CONFIGURE_ARGS+=--with-opengl=${X11BASE}
63
PLIST_SUB+=	GL:=""
72
PLIST_SUB+=	GL:=""
Lines 91-98 Link Here
91
.if !defined(WITH_SDL)
100
.if !defined(WITH_SDL)
92
	@${ECHO_MSG} "Define WITH_SDL to use SDL"
101
	@${ECHO_MSG} "Define WITH_SDL to use SDL"
93
.endif
102
.endif
103
.if !defined(WITHOUT_X11)
104
	@${ECHO_MSG} "Define WITHOUT_X11 to disable X11 and OpenGL support"
105
.endif
94
.if !defined(WITHOUT_GL)
106
.if !defined(WITHOUT_GL)
95
	@${ECHO_MSG} "Define WITHOUT_GL to disable GL"
107
	@${ECHO_MSG} "Define WITHOUT_GL to disable OpenGL support"
96
.endif
108
.endif
97
109
98
.if ( ${OSVERSION} < 500000 )
110
.if ( ${OSVERSION} < 500000 )
(-)pkg-plist (-1 / +1 lines)
Lines 4-10 Link Here
4
%%SDLGL:%%lib/quake2/ref_sdlgl.so
4
%%SDLGL:%%lib/quake2/ref_sdlgl.so
5
%%GL:%%lib/quake2/ref_glx.so
5
%%GL:%%lib/quake2/ref_glx.so
6
%%SVGA:%%%%GL:%%lib/quake2/ref_tdfx.so
6
%%SVGA:%%%%GL:%%lib/quake2/ref_tdfx.so
7
lib/quake2/ref_softx.so
7
%%X11:%%lib/quake2/ref_softx.so
8
lib/quake2/snd_oss.so
8
lib/quake2/snd_oss.so
9
%%SDL:%%lib/quake2/snd_sdl.so
9
%%SDL:%%lib/quake2/snd_sdl.so
10
%%AO:%%lib/quake2/snd_ao.so
10
%%AO:%%lib/quake2/snd_ao.so

Return to bug 84197