9 lines
186 B
Makefile
9 lines
186 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
OPTIONS_EXCLUDE= ${OPTIONS_MULTI_UI}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|