pkgsrc/x11/xcursor-themes/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

21 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.5 2023/06/06 12:42:55 riastradh Exp $
DISTNAME= xcursor-themes-1.0.7
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_XORG:=data/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Modular X.org xcursor themes
TOOL_DEPENDS+= xcursorgen>=1.0.5:../../x11/xcursorgen
USE_TOOLS+= pkg-config
USE_LANGUAGES= c
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cursordir=${PREFIX}/share/icons
.include "../../x11/libXcursor/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"