ports/68582: [New Port] stratagus - Stratagus is a free
Travis Poppe
tlp at LiquidX.org
Fri Jul 2 15:31:51 UTC 2004
The following reply was made to PR ports/68582; it has been noted by GNATS.
From: Travis Poppe <tlp at LiquidX.org>
To: freebsd-gnats-submit at FreeBSD.org
Cc:
Subject: Re: ports/68582: [New Port] stratagus - Stratagus is a free
Date: Fri, 2 Jul 2004 09:27:24 -0600
OK, sorry about the subject being formatted incorrectly. A special
character must have gotten pasted into the subject line that cut it off
on both of my PRs (this and wargus).
Anyway, the following diff to the above port adds a WITH_OPENGL switch
that I forgot to add last night.
Thanks!
--snip--
diff -ruN stratagus.orig/Makefile stratagus/Makefile
--- stratagus.orig/Makefile Fri Jul 2 09:12:19 2004
+++ stratagus/Makefile Fri Jul 2 09:17:46 2004
@@ -27,10 +27,14 @@
GNU_CONFIGURE= yes
+.if defined(WITH_OPENGL)
+CONFIGURE_ARGS+= --with-opengl
+.endif
+
.if defined(WITHOUT_VORBIS)
-CONFIGURE_ARGS+= --without-ogg
+CONFIGURE_ARGS+= --without-ogg
.else
-LIB_DEPENDS+= vorbisfile.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbisfile.4:${PORTSDIR}/audio/libvorbis
.endif
.if defined(WITHOUT_MIKMOD)
@@ -45,8 +49,10 @@
@${ECHO_MSG} ""
@${ECHO_MSG} "Stratagus has the following tunable option(s):"
@${ECHO_MSG} ""
- @${ECHO_MSG} " WITHOUT_VORBIS=yes Turns off Ogg Vorbis support"
- @${ECHO_MSG} " WITHOUT_MIKMOD=yes Turns off Mikmod support"
+ @${ECHO_MSG} " WITH_OPENGL=yes Builds Stratagus with OpenGL"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " WITHOUT_VORBIS=yes Turns off Ogg Vorbis support"
+ @${ECHO_MSG} " WITHOUT_MIKMOD=yes Turns off Mikmod support"
@${ECHO_MSG} ""
post-configure:
More information about the freebsd-ports-bugs
mailing list