pkgsrc/x11/xcursor-themes/Makefile
leot 4c0e93157d xcursor-themes: Pass --with-cursordir to always install under ${PREFIX}
Without passing `--with-cursordir' - e.g. with native X11 on NetBSD
- /usr/X11R7 is picked up instead leading to PLIST mismatches
because no files ends up installed under (${DESTDIR}/)${PREFIX}.

Problem reported by matt farnsworth via PR pkg/54175, thanks!
2019-05-07 22:36:39 +00:00

21 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/05/07 22:36:39 leot Exp $
DISTNAME= xcursor-themes-1.0.6
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_XORG:=data/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular X.org xcursor themes
BUILD_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"