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.
21 lines
629 B
Makefile
21 lines
629 B
Makefile
# $NetBSD: Makefile.common,v 1.10 2001/08/15 19:50:31 jlam Exp $
|
|
|
|
DISTNAME= freeciv-${FC_VERS}
|
|
FC_VERS= 1.12.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
|
|
http://www.freeciv.org/ftp/stable/ \
|
|
ftp://ftp.freeciv.org/pub/freeciv/beta/ \
|
|
http://www.freeciv.org/ftp/beta/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.freeciv.org/
|
|
|
|
BUILD_USES_MSGFMT= # defined
|
|
GNU_CONFIGURE= # defined
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
|
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|