2848a8db60
- The GTK+-2.0 client is now built by default. - Lots of improvements to the GTK+-2.0 client. - The GTK+-2.0 client should now compile for Win32. - Teams are supported. - Civserver now works on UTF-8 locales. - Lots of bug fixes.
11 lines
287 B
Makefile
11 lines
287 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/03/05 12:06:38 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-share-/}
|
|
COMMENT= Machine independent files for Freeciv
|
|
|
|
.include "../freeciv-share/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-server
|
|
CONFIGURE_ARGS+= --enable-client=no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|