freebsd-ports/x11-themes/papirus-icon-theme/Makefile
Tobias Kortkamp 4c15be55d3 x11-themes/papirus-icon-theme: Update to 20191201
Delete pkg-plist and dynamically generate the plist instead to ease
future updates.  pkg-plist was 4.1 MiB large and had over 70000
entries.  This also bloated the patch accordingly to the point it
had to be gzipped to not go over Bugzilla's size limit for attachments.
It was still over 100 KiB compressed.

Changes:	https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases
PR:		242351
Submitted by:	Hiroki Tagato <tagattie@yandex.com> (maintainer)
2019-12-06 19:49:38 +00:00

35 lines
613 B
Makefile

# $FreeBSD$
PORTNAME= papirus-icon-theme
PORTVERSION= 20191201
CATEGORIES= x11-themes
MAINTAINER= tagattie@yandex.com
COMMENT= Papirus icon theme
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake gnome
USE_GITHUB= yes
GH_ACCOUNT= PapirusDevelopmentTeam
NO_ARCH= yes
NO_BUILD= yes
INSTALLS_ICONS= yes
PORTDOCS= AUTHORS README.md
OPTIONS_DEFINE= DOCS
post-install:
cd ${STAGEDIR}${PREFIX} && \
${FIND} share/icons -type f -o -type l >> ${TMPPLIST}
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>