summaryrefslogtreecommitdiff
path: root/x11-themes/papirus-icon-theme/Makefile
blob: bf601135c1eda7a82409b79019177968fc52691e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $FreeBSD$

PORTNAME=	papirus-icon-theme
PORTVERSION=	20190203
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

OPTIONS_DEFINE=	DOCS

PORTDOCS=	AUTHORS README.md

post-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_MAN} ${PORTDOCS:S/^/${WRKSRC}\//} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>