1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11-themes/cursor-neutral-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

24 lines
555 B
Makefile

# Created by: Babak Farrokhi <babak@farrokhi.net>
# $FreeBSD$
PORTNAME= cursor-neutral-theme
DISTVERSION= 1.13a
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 28310-neutral-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extended Jaguar X cursor theme
NO_BUILD= yes
WRKSRC= ${WRKDIR}/neutral
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/neutral/cursors
${INSTALL_DATA} ${WRKSRC}/cursors/* \
${STAGEDIR}${PREFIX}/share/icons/neutral/cursors
.include <bsd.port.mk>