mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
03b4230f8c
Release notes: https://lists.x.org/archives/xorg-announce/2024-March/003465.html Sponsored by: Beckhoff Automation GmbH & Co. KG
23 lines
588 B
Makefile
23 lines
588 B
Makefile
PORTNAME= libXcursor
|
|
PORTVERSION= 1.2.2
|
|
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 tar:xz xorg xorg-cat:lib
|
|
USE_XORG= xrender x11 xfixes xorgproto
|
|
CPE_VENDOR= x
|
|
CPE_PRODUCT= libxcursor
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
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>
|