aboutsummaryrefslogtreecommitdiff
path: root/games/tremulous
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-06-11 22:56:08 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-06-11 22:56:08 +0000
commitd29eed5a038485db87161559a93c6c4f5c521b64 (patch)
treef30fc8815bf47e6ce46710038920dc550907b628 /games/tremulous
parent3a55cc0d55bb6ca1dc9f8095cd02f5d1d15e5eba (diff)
downloadports-d29eed5a038485db87161559a93c6c4f5c521b64.tar.gz
ports-d29eed5a038485db87161559a93c6c4f5c521b64.zip
Notes
Diffstat (limited to 'games/tremulous')
-rw-r--r--games/tremulous/Makefile4
-rw-r--r--games/tremulous/pkg-message10
2 files changed, 11 insertions, 3 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile
index 7215e35a95ad..c8df870fc9e7 100644
--- a/games/tremulous/Makefile
+++ b/games/tremulous/Makefile
@@ -155,10 +155,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/tremulous.xpm ${PREFIX}/share/pixmaps
post-install:
-.if defined(WITH_SDL_AUDIO) || defined(WITH_OPENAL)
@${ECHO_CMD}
- @${ECHO_CMD} "WARNING: if you have sound problems try recompiling without SDL_AUDIO and OPENAL options." | ${FMT}
+ @${CAT} ${PKGMESSAGE}
@${ECHO_CMD}
-.endif
.include <bsd.port.post.mk>
diff --git a/games/tremulous/pkg-message b/games/tremulous/pkg-message
new file mode 100644
index 000000000000..581f11640146
--- /dev/null
+++ b/games/tremulous/pkg-message
@@ -0,0 +1,10 @@
+==============================================================================
+
+If you have sound problems with SDL try setting the variable "s_sdlSpeed" to
+"44100". It will be saved to the configuration file.
+
+If you have sound problems with OpenAL recompile without it. Also the OPENAL
+option causes the program to omit restoring gamma and mouse sensivity after
+exitting.
+
+==============================================================================