freebsd-ports/x11-themes/gnome-icons-elementary/Makefile
Ben Woods 7eb16c4f03 x11-themes/gnome-icons-elementary: Update to 4.1.0
PR:		219166
Approved by:	Allison Nicole Reid (maintainer timeout)
2017-05-29 14:48:51 +00:00

29 lines
616 B
Makefile

# Created by: Nicole Reid <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= elementary
PORTVERSION= 4.1.0
CATEGORIES= x11-themes gnome
PKGNAMEPREFIX= gnome-icons-
MAINTAINER= root@cooltrainer.org
COMMENT= Elementary icon set
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_PROJECT= icons
NO_BUILD= yes
NO_ARCH= yes
INSTALLS_ICONS= yes
do-install:
cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/elementary \
"! -name *\.VolumeIcon* ! -name pre-commit"
${FIND} ${STAGEDIR}${PREFIX}/share/icons/elementary/ \
-type d -empty | ${XARGS} ${RMDIR}
.include <bsd.port.mk>