aboutsummaryrefslogtreecommitdiff
path: root/games/linux-savage
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-12-02 00:27:55 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-12-02 00:27:55 +0000
commit8cf5f5e7be522027d6d483687cf27275e4d0a75e (patch)
tree70ee74924e39b14f94c3e230a4a7b299466b12be /games/linux-savage
parent2db767b11743c13d73eee5d3a45964602ea3238a (diff)
downloadports-8cf5f5e7be522027d6d483687cf27275e4d0a75e.tar.gz
ports-8cf5f5e7be522027d6d483687cf27275e4d0a75e.zip
Notes
Diffstat (limited to 'games/linux-savage')
-rw-r--r--games/linux-savage/files/pkg-message.in4
-rw-r--r--games/linux-savage/files/savage_server.in5
2 files changed, 9 insertions, 0 deletions
diff --git a/games/linux-savage/files/pkg-message.in b/games/linux-savage/files/pkg-message.in
index 7f6009028609..2cdb844b94bc 100644
--- a/games/linux-savage/files/pkg-message.in
+++ b/games/linux-savage/files/pkg-message.in
@@ -10,6 +10,10 @@ The Savage game (Linux version) was installed
# linux-savage
+ Dedicated Server
+
+ # linux-savage_server
+
2) The sound doesn't work by default, if you want to solve the problem, you must
to set the value of sound_softwareMode at:
diff --git a/games/linux-savage/files/savage_server.in b/games/linux-savage/files/savage_server.in
new file mode 100644
index 000000000000..7d4755f4c7fb
--- /dev/null
+++ b/games/linux-savage/files/savage_server.in
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd %%SAVAGEDIR%% || exit 1
+export LD_LIBRARY_PATH=libs:$LD_LIBRARY_PATH
+exec ./sep_dedicated.bin "$@"