mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
5c2ab17d35
Changelog: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20240501 Reported by: GitHub (watch releases)
33 lines
615 B
Makefile
33 lines
615 B
Makefile
PORTNAME= papirus-icon-theme
|
|
PORTVERSION= 20240501
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= tagattie@FreeBSD.org
|
|
COMMENT= Papirus icon theme
|
|
WWW= https://git.io/papirus-icon-theme
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= PapirusDevelopmentTeam
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= 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>
|