aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
23 lines
554 B
Makefile
23 lines
554 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cursor-dmz-aa-theme
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USES= tar:bzip2
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
|
cd ${WRKSRC}/Vanilla-DMZ-AA/cursors \
|
|
&& ${FIND} * | ${CPIO} -pdmu ${STAGEDIR}${PREFIX}/lib/X11/icons/Vanilla-DMZ-AA/cursors
|
|
|
|
.include <bsd.port.mk>
|