d61a8ddba9
Huge release notes: https://freeciv.fandom.com/wiki/NEWS-2.6.0
19 lines
615 B
Makefile
19 lines
615 B
Makefile
# $NetBSD: Makefile,v 1.39 2019/08/31 14:44:58 nia Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-share-/}
|
|
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"
|