summaryrefslogtreecommitdiffstats
path: root/source/y/bsd-games/patches/bsd-games.config.params.diff
blob: b250ed04f78f86d1103b6c85572df1ae5602203f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- ./config.params.orig	Sat Mar  9 20:59:34 2002
+++ ./config.params	Sat Mar  9 20:59:52 2002
@@ -0,0 +1,35 @@
+# Don't run configure interactively.
+bsd_games_cfg_non_interactive=y
+
+# Install into here for building the package.
+bsd_games_cfg_install_prefix=/tmp/package-bsdgames
+
+# Do not build or install these games:
+bsd_games_cfg_no_build_dirs="boggle dm tetris"
+
+# Keep huntd in /usr/sbin as it was in the past. I may 
+# change this later.
+bsd_games_cfg_sbindir=/usr/sbin
+
+# Use /usr/man still. Slackware doesn't use this part of FHS yet.
+bsd_games_cfg_man8dir=/usr/man/man8
+bsd_games_cfg_man6dir=/usr/man/man6
+bsd_games_cfg_man5dir=/usr/man/man5
+
+# We don't like cluttering up the /usr/games/ dir too much,
+# use a subdir. /var too.
+bsd_games_cfg_usrlibdir=/usr/share/games
+bsd_games_cfg_sharedir=/usr/share/games
+bsd_games_cfg_varlibdir=/var/lib/bsdgames
+
+# Do not do chown now:
+bsd_games_cfg_do_chown=n
+
+# Use compressed .so links for manpages:
+bsd_games_cfg_use_dot_so=.so
+
+# Compress the manpages:
+bsd_games_cfg_gzip_manpages=y
+
+# Use /usr/bin/less by default.
+bsd_games_cfg_pager=/usr/bin/less