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.
24 lines
652 B
Makefile
24 lines
652 B
Makefile
# $NetBSD: Makefile.common,v 1.16 2004/03/05 12:06:38 adam Exp $
|
|
|
|
DISTNAME= freeciv-${FC_VERS}
|
|
FC_VERS= 1.14.1
|
|
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= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.freeciv.org/
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|