freebsd-ports/x11-themes/cursor-chameleon-white/files/Makefile.common
Dmitry Marakasov cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00

12 lines
439 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}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \
${RM} -f build.info COPYRIGHT LICENSE && \
${COPYTREE_SHARE} \* \
${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl}
.endfor