blob: d7d13c1ec442f9982629d571fdff43d41ab70da9 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# $NetBSD: Makefile,v 1.83 2017/09/18 09:53:21 maya Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
PKGREVISION= 10
COMMENT= Freeciv client
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
CONFLICTS= freeciv-client-gtk<=1.11.4
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --disable-server
.include "../../games/freeciv-share/suppress_installation.mk"
SUBST_CLASSES+= themesonly
SUBST_STAGE.themesonly= pre-configure
SUBST_FILES.themesonly= data/Makefile.in
SUBST_SED.themesonly+= -e 's|SUBDIRS = icons.*|SUBDIRS = themes|'
SUBST_SED.themesonly+= -e 's|^ isotrident trident|DONT_SUBDIRS =|'
SUBST_SED.themesonly+= -e 's|install-data-am: install-data-local|install-data-am: \# install-data-local|'
SUBST_MESSAGE.themesonly= Suppressing installation of non-gui-relevant data
SUBST_CLASSES+= themesonly2
SUBST_STAGE.themesonly2= post-configure
SUBST_FILES.themesonly2= data/Makefile
SUBST_SED.themesonly2+= -e 's|SUBDIRS = icons.*|SUBDIRS = themes|'
SUBST_SED.themesonly2+= -e 's|^ isotrident trident|DONT_SUBDIRS =|'
SUBST_MESSAGE.themesonly2= Suppressing installation of non-gui-relevant data
.include "../../games/freeciv-share/Makefile.common"
.include "options.mk"
.include "../../audio/esound/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
|