mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
6b92d25ba8
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
24 lines
448 B
Makefile
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>
|