4c948f2cb8
- Add options to allow building of more of the various clients. For now just enable the Qt client by default. Changes: https://freeciv.fandom.com/wiki/NEWS-2.6.0
11 lines
198 B
Makefile
11 lines
198 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
OPTIONS_EXCLUDE= ${OPTIONS_MULTI_UI}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|