Add SHELLERS - people allowed to use ! command with same syntax as WIZARDS. Add new hints file for 10.5, since the rules and commands for groups changed (new commands introduced in 10.4, old ones removed in 10.5; creating a new user under 10.4 gave you a matching group, in 10.5 it doesn't). Also move shared build into roughly right place in file system when being installed for root - don't use ~root. Makefile.top - don't remove ./-p unless it exists (that's always annoyed me). fix error invoking macosx.sh
37 lines
932 B
Plaintext
37 lines
932 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
|
|
SHELLDIR = $(PREFIX)/games
|
|
#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
|
|
|
|
LINK=$(CC)
|
|
|
|
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
|