ffd7b6bd59
The cursor search path extrapolated by the configure script contains duplicated paths. Work around this by providing the full correct search path to configure via --with-cursorpath PR: 273806, 273744 Reviewed by: arrowd Approved by: x11 (manu)
22 lines
557 B
Makefile
22 lines
557 B
Makefile
PORTNAME= libXcursor
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X client-side cursor loading library
|
|
WWW= https://www.freedesktop.org/Software/xlibs
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cpe xorg xorg-cat:lib
|
|
USE_XORG= xrender x11 xfixes xorgproto
|
|
CPE_VENDOR= x
|
|
CPE_PRODUCT= libxcursor
|
|
|
|
CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons \
|
|
--with-cursorpath="~/.local/share/icons:~/.icons:${PREFIX}/share/icons:${PREFIX}/share/pixmaps"
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|