blob: 8583505d837add66a10f6c8ac6ea9b0cff76e4ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile.common,v 1.14 2003/06/23 14:23:19 jschauma Exp $
DISTNAME= freeciv-${FC_VERS}
FC_VERS= 1.14.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= tech-pkg@netbsd.org
HOMEPAGE= http://www.freeciv.org/
BUILD_USES_MSGFMT= # defined
USE_BUILDLINK2= # defined
USE_PKGLOCALEDIR= # defined
GNU_CONFIGURE= # defined
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
.include "../../devel/gettext-lib/buildlink2.mk"
|