mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
42b2ed0e2f
It improves consistency, lots of cursors were already installed in that directory. The same change was already done for regular fonts.
24 lines
555 B
Makefile
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>
|