pkgsrc/games/freeciv-share/Makefile
prlw1 2fcfac38b2 Update freeciv to 2.5.3
Many changes listed in:
http://www.freeciv.org/wiki/NEWS-2.5.3
http://www.freeciv.org/wiki/NEWS-2.5.2
http://www.freeciv.org/wiki/NEWS-2.5.1

We were after:
     * Build fixes:
          + Re-generating the configure script could fail on recent OS
            distributions due to a clash with the system supplied
            glib-gettext.m4. This did not affect most users, who would
            build with the configure script supplied in the tarball.
            GNA#24379
2016-04-24 06:52:44 +00:00

20 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.26 2016/04/24 06:52:44 prlw1 Exp $
PKGNAME= ${DISTNAME:S/-/-share-/}
#PKGREVISION= 0
COMMENT= Machine independent files for Freeciv
.include "../../games/freeciv-share/Makefile.common"
CONFIGURE_ARGS+= --disable-server
CONFIGURE_ARGS+= --disable-fcmp
CONFIGURE_ARGS+= --disable-client
CONFIGURE_ARGS+= --enable-make-data
SUBST_CLASSES+= suppressguidata
SUBST_STAGE.suppressguidata= pre-configure
SUBST_FILES.suppressguidata= data/Makefile.in
SUBST_SED.suppressguidata= -e 's|themes wonders|wonders|g'
SUBST_MESSAGE.suppressguidata= Suppressing installation of gui themes
.include "../../mk/bsd.pkg.mk"