freebsd-ports/x11-themes/cursor-dmz-theme/Makefile
Yuri Victorovich 4dc2a12514 x11-themes/cursor-dmz-theme: Update to 0.4.5
POrt changes:
* Changed to DISTVERSION
* USES=tar:xz

PR:		226333
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 21:16:03 +00:00

34 lines
752 B
Makefile

# $FreeBSD$
PORTNAME= cursor-dmz-theme
DISTVERSION= 0.4.5
CATEGORIES= x11-themes
MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme
DISTNAME= dmz-cursor-theme_${PORTVERSION}
MAINTAINER= mbeis@xs4all.nl
COMMENT= DMZ style neutral scalable cursor theme
LICENSE= CC-BY-SA-3.0
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
USES= tar:xz
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-White
DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ
do-build:
(cd ${WRKSRC}/pngs && ${SH} make.sh)
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${INSTALL_DATA} index.theme \
${STAGEDIR}${DATADIR})
@${MKDIR} ${STAGEDIR}${DATADIR}/cursors
(cd ${WRKSRC}/xcursors && ${COPYTREE_SHARE} . \
${STAGEDIR}${DATADIR}/cursors)
.include <bsd.port.mk>