aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv-nox11
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-08-22 19:01:05 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-08-22 19:01:05 +0000
commita766d1f2dcd385409218f7cf9ca48f7d40f5aeaf (patch)
treeea7aaef0960134eabff12fcbf2fad2a1da0f3f86 /games/freeciv-nox11
parent596ef68799cbb2f13ed0e391a284f210619e1474 (diff)
downloadports-a766d1f2dcd385409218f7cf9ca48f7d40f5aeaf.tar.gz
ports-a766d1f2dcd385409218f7cf9ca48f7d40f5aeaf.zip
Minor rehaul of the freeciv ports:
- Add nox11 port, server only [1] - Fix conflicts - Update comment and pkg-descr - Minor fixes Inspired by: Gergely CZUCZY <phoemix@harmless.hu> [1]
Notes
Notes: svn path=/head/; revision=171215
Diffstat (limited to 'games/freeciv-nox11')
-rw-r--r--games/freeciv-nox11/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/freeciv-nox11/Makefile b/games/freeciv-nox11/Makefile
new file mode 100644
index 000000000000..5ec1b863e47f
--- /dev/null
+++ b/games/freeciv-nox11/Makefile
@@ -0,0 +1,11 @@
+# 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"