freebsd-ports/x11-themes/cursor-chameleon-white/files/Makefile.common
Baptiste Daroussin 42b2ed0e2f Move all X cursors from ${PREFIX}/lib/X11/icons to ${PREFIX}/share/icons
It improves consistency, lots of cursors were already installed in that
directory. The same change was already done for regular fonts.
2017-08-17 08:26:25 +00:00

12 lines
435 B
Text

USES= tar:bzip2
NO_BUILD= yes
PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message
do-install:
.for i in Large Regular Small
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \
${RM} -f build.info COPYRIGHT LICENSE && \
${COPYTREE_SHARE} \* \
${STAGEDIR}${PREFIX}/share/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
.endfor