12 lines
237 B
Makefile
12 lines
237 B
Makefile
|
# New ports collection makefile for: freeciv-nox11
|
||
|
# Date created: 22 August 2006
|
||
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../freeciv
|
||
|
WITHOUT_X11= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|