1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/libXcursor/Makefile
Niclas Zeising 6b92d25ba8 x11/libXcursor: Update to 1.2.0
Update x11/libXcursor to 1.2.0
This release adds ~/.local/share/icons to the front of the default
cursor path in the library in support of the XDF user data dir.

pet portlint by moving USES= earlier
add LICENSE_FILE

Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002972.html

Sponsored by:	B3 Init
2019-06-16 20:33:36 +00:00

24 lines
448 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXcursor
PORTVERSION= 1.2.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X client-side cursor loading library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe
XORG_CAT= lib
USE_XORG= xrender x11 xfixes xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxcursor
CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons
INSTALL_TARGET= install-strip
.include <bsd.port.mk>