14 lines
308 B
Makefile
14 lines
308 B
Makefile
# New ports collection makefile for: freeciv-nox11
|
|
# Date created: 22 August 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../freeciv
|
|
|
|
# Explicitly exclude X11 options
|
|
OPTIONS_DEFINE= MYSQL IPV6
|
|
OPTIONS_DEFAULT=MYSQL IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|