mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
# Explicitly exclude X11 options
|
|
OPTIONS_EXCLUDE= SDL X11
|
|
PKGNAMESUFFIX= -nox11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|