blob: cae0868f71f9b5ea0b39ab5b43842dc7b89b5137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
USE_BZIP2= yes
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
post-install:
@${CAT} ${PKGMESSAGE}
|