Add options SYSCF (to add a system-wide configuration file) and SYSCF_FILE (for a file-based implementation of SYSCF) - this allows a binary distribution to be configured at install time. The only option supported at this time is WIZARDS - a list of usernames which can use -D; currently only for unix-likes but should be extendable to anything that has a concept of multiple users. Add mac tty multiuser config using sgid.
34 lines
893 B
Plaintext
34 lines
893 B
Plaintext
#
|
|
# SCCS Id: @(#)linux 3.5 2007/12/16
|
|
# Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007.
|
|
# NetHack may be freely redistributed. See license for details.
|
|
#
|
|
# Linux hints file
|
|
# This hints file provides a single-user x11 build for Linux, specifically
|
|
# for Ubuntu dapper.
|
|
|
|
|
|
HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
|
|
#PREFIX=/usr
|
|
PREFIX=$(wildcard ~)/nh/install
|
|
|
|
CFLAGS=-O -I../include -DNOTPARMDECL $(CFLAGS1) $(CFLAGS3)
|
|
CFLAGS1=-DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\"
|
|
CFLAGS3=-DX11_GRAPHICS -DDEFAULT_WINDOW_SYS=\"X11\" -DNOTTYGRAPHICS
|
|
|
|
WINSRC = $(WINX11SRC)
|
|
WINOBJ = $(WINX11OBJ)
|
|
WINLIB = $(WINX11LIB)
|
|
|
|
VARDATND = x11tiles NetHack.ad pet_mark.xbm
|
|
|
|
#WINTTYLIB=-lcurses
|
|
|
|
CHOWN=true
|
|
CHGRP=true
|
|
VARDIRPERM = 0755
|
|
|
|
POSTINSTALL= bdftopcf win/X11/nh10.bdf > $(HACKDIR)/nh10.pcf; (cd $(HACKDIR); mkfontdir)
|
|
|
|
# note: needs libxt-dev libxaw7-dev libx11-dev bdftopcf
|