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