# Created by: Nicole Reid # $FreeBSD$ PORTNAME= elementary PORTVERSION= 3.2.2 CATEGORIES= x11-themes gnome MASTER_SITES= https://launchpadlibrarian.net/215062034/ \ https://launchpad.net/elementaryicons/3.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= gnome-icons- DISTNAME= ${PORTNAME}-icon-theme-${PORTVERSION} MAINTAINER= root@cooltrainer.org COMMENT= Elementary icon set LICENSE= GPLv3 USES= tar:xz NO_BUILD= yes INSTALLS_ICONS= yes do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/elementary/ \ "! -name '*.bak' ! -name '${LICENSE}'" ${FIND} ${STAGEDIR}${PREFIX}/share/icons/elementary/ -depth 2 \ -type d -empty | \ ${XARGS} ${RMDIR} .include