summaryrefslogtreecommitdiff
path: root/x11-themes/cursor-dmz-aa-theme/Makefile
blob: 81b9f7fa024d70d8a465e4d325bf33a690213540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	cursor-dmz-aa-theme
# Date created:				Feb 7 2007
# Whom:					Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	cursor-dmz-aa-theme
PORTVERSION=	0.3
CATEGORIES=	x11-themes
MASTER_SITES=	http://jimmac.musichall.cz/zip/
DISTNAME=	vanilla-dmz-aa-${PORTVERSION}

MAINTAINER=	flz@FreeBSD.org
COMMENT=	The DMZ AA style neutral scalable cursor theme

USE_BZIP2=	yes
NO_BUILD=	yes
USE_X_PREFIX=	yes

WRKSRC=		${WRKDIR}

do-install:
	@${MKDIR} ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
	cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \
		&& ${FIND} * | ${CPIO} -pdmu ${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors

.include <bsd.port.mk>