blob: a0b1cd7d7a440c3ec7d96e04f0dfb50b9762b62d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= cursor-neutral-white-theme
DISTVERSION= 1.1.1
CATEGORIES= x11-themes
MASTER_SITES= LOCAL/gblach/
DISTNAME= 108143-Neutral++_White-${DISTVERSION}
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= White cursor theme based on neutral
WWW= http://gnome-look.org/content/show.php/Neutral%2B%2B+White?content=108143
USES= tar:xz
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>
|