pkgsrc/fonts/oxygen-fonts/Makefile
riastradh 8560be0ed3 Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
2023-06-06 12:40:15 +00:00

27 lines
729 B
Makefile

# $NetBSD: Makefile,v 1.5 2023/06/06 12:41:23 riastradh Exp $
DISTNAME= oxygen-fonts-${PLASMAVER}
CATEGORIES= fonts kde
MASTER_SITES= ${MASTER_SITE_KDE:=plasma/${PLASMAVER}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
HOMEPAGE= https://projects.kde.org/projects/oxygen-fonts
COMMENT= The Oxygen font family
LICENSE= gnu-gpl-v3 AND ofl-v1.1
PLASMAVER= 5.4.3
TOOL_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
TOOL_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
CMAKE_ARGS+= -DOXYGEN_FONT_INSTALL_DIR=${PREFIX}/share/fonts/X11/TTF
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
.include "../../mk/bsd.pkg.mk"