065c026fe5
PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
28 lines
729 B
Makefile
28 lines
729 B
Makefile
# Created by: Nicole Reid <root@cooltrainer.org>
|
|
# $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 <bsd.port.mk>
|