diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-03 09:45:10 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-08-03 09:45:10 +0000 |
commit | 9f6a5ec4b353c031a6c96d4fd3ba05253b9adb7b (patch) | |
tree | 774ce1384afe37ecfa763a89770a9b4950016e35 /x11-themes/cursor-chameleon-white/files | |
parent | 3978f932e2f8852de29ac92f8bb6983cf0693c25 (diff) |
Notes
Diffstat (limited to 'x11-themes/cursor-chameleon-white/files')
-rw-r--r-- | x11-themes/cursor-chameleon-white/files/Makefile.common | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-themes/cursor-chameleon-white/files/Makefile.common b/x11-themes/cursor-chameleon-white/files/Makefile.common new file mode 100644 index 000000000000..c175ba2b940d --- /dev/null +++ b/x11-themes/cursor-chameleon-white/files/Makefile.common @@ -0,0 +1,17 @@ +USE_BZIP2= yes +NO_BUILD= yes +PKGMESSAGE?= ${.CURDIR}/../../x11-themes/cursor-chameleon-white/pkg-message + +LICENSE= GPLv2 + +do-install: +.for i in Large Regular Small + ${MKDIR} ${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:L} + cd ${WRKDIR}/Chameleon-${THEME}-${i}-${PORTVERSION} && \ + ${RM} -f build.info COPYRIGHT LICENSE && \ + ${COPYTREE_SHARE} \* \ + ${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:L} +.endfor + +post-install: + @${CAT} ${PKGMESSAGE} |