1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11-themes/cursor-neutral-white-theme/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

25 lines
627 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= cursor-neutral-white-theme
DISTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 108143-Neutral++_White-${DISTVERSION}
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= White cursor theme based on neutral
USES= tar:bzip2
NO_BUILD= yes
WRKSRC= ${WRKDIR}/Neutral++_White
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors
cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
${STAGEDIR}${PREFIX}/share/icons/Neutral++_White/cursors
.include <bsd.port.mk>