freebsd-ports/x11-themes/xcursor-themes/Makefile
Baptiste Daroussin 42b2ed0e2f Move all X cursors from ${PREFIX}/lib/X11/icons to ${PREFIX}/share/icons
It improves consistency, lots of cursors were already installed in that
directory. The same change was already done for regular fonts.
2017-08-17 08:26:25 +00:00

19 lines
272 B
Makefile

# $FreeBSD$
PORTNAME= xcursor-themes
PORTVERSION= 1.0.4
PORTREVISION= 2
CATEGORIES= x11-themes
MAINTAINER= x11@FreeBSD.org
COMMENT= X.org cursors themes
LICENSE= MIT
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
USE_XORG= xextproto
XORG_CAT= data
.include <bsd.port.mk>