summaryrefslogtreecommitdiff
path: root/x11-themes/cursor-grounation-theme/Makefile
blob: 8ab2b29b236e6918f8310aa786550c6a22831e57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Babak Farrokhi <babak@farrokhi.net>
# $FreeBSD$

PORTNAME=	cursor-grounation-theme
PORTVERSION=	0.3
PORTREVISION=	2
CATEGORIES=	x11-themes
MASTER_SITES=	http://www.gnome-look.org/CONTENT/content-files/
DISTNAME=	14484-Grounation-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Moshi's Grounation cursors

NO_BUILD=	yes
USES=	tar:bzip2

WRKSRC=		${WRKDIR}/Grounation-${PORTVERSION}

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/grounation/cursors
	${INSTALL_DATA} ${WRKSRC}/Grounation/cursors/* \
		${STAGEDIR}${PREFIX}/lib/X11/icons/grounation/cursors

.include <bsd.port.mk>