summaryrefslogtreecommitdiff
path: root/x11-themes/cursor-neutral-white-theme/Makefile
blob: e624648bb168edf92967838236175c4d98f86b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=	cursor-neutral-white-theme
DISTVERSION=	1.1
CATEGORIES=	x11-themes
MASTER_SITES=	http://www.gnome-look.org/CONTENT/content-files/
DISTNAME=	108143-Neutral++_White-${DISTVERSION}

MAINTAINER=	gblach@FreeBSD.org
COMMENT=	White cursor theme based on neutral

USES=	tar:bzip2
NO_BUILD=	yes

WRKSRC=		${WRKDIR}/Neutral++_White

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors
	cd ${WRKSRC}/cursors && ${INSTALL_DATA} * \
		${STAGEDIR}${PREFIX}/lib/X11/icons/Neutral++_White/cursors

.include <bsd.port.mk>