freebsd-ports/x11-themes/gnome-icons-elementary/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

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>