77e6e8af92
to 1.12.0. Major changes from version 1.11.4 include: - Big fixes, of course. - Better compatibility with Civilization II. - Better internationalization. - Prettier graphics/tiles. - More maps. - Players can agree to give shared vision, which means that you automatically see everything the other player sees.
13 lines
320 B
Makefile
13 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/08/15 19:50:31 jlam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-share-/}
|
|
COMMENT= Machine independent files for Freeciv
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
|
|
.include "../freeciv-share/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-server
|
|
CONFIGURE_ARGS+= --enable-client=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|