blob: d31bfe46313a7d1d53a395d6cf2b7bea4a3329cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# New ports collection makefile for: freeciv-gtk2
# Date created: 29 Feb 2000
# Whom: sheldonh
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../freeciv
WITH_GTK2= yes
.include "${MASTERDIR}/Makefile"
|