[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / games / freeciv-share

File: [cvs.NetBSD.org] / pkgsrc / games / freeciv-share / Makefile (download)

Revision 1.38, Thu Aug 22 12:23:08 2019 UTC (3 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.37: +2 -2 lines

Recursive revbump from boost-1.71.0

# $NetBSD: Makefile,v 1.38 2019/08/22 12:23:08 ryoon Exp $

PKGNAME=	${DISTNAME:S/-/-share-/}
PKGREVISION=	11
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"