repo.or.cz
/
voxelands-alt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
better log settings
[voxelands-alt.git]
/
Makefile.posixinstall
blob
b952e279257d010b665fd883b0aa99af67fab432
1
PREFIX ?= /usr
2
BINDIR ?= $(PREFIX)/games/bin
3
DESTDIR ?= $(PREFIX)/games/$(PACKAGE)
4
DATADIR ?= $(DESTDIR)
5
6
INSTFILES=data/default.cfg
7
INSTFONTS=data/fonts/font.ttf
8
INSTIMGS=data/textures/*
9
INSTSNDS=data/sounds/*
10
INSTMDLS=data/models/*
11
INSTGRP ?= games
12