aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/numix-icon-theme-circle/Makefile
blob: 9f0c5b76f745f7d6715b982df80840c691b0de73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>

PORTNAME=	numix-icon-theme-circle
DISTVERSION=	20.09.19
CATEGORIES=	x11-themes

MAINTAINER=	Alexander88207@protonmail.com
COMMENT=	Icon theme from the Numix project

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	numixproject
NO_ARCH=	yes
NO_BUILD=	yes

do-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} Numix-Circle ${STAGEDIR}${PREFIX}/share/icons

.include <bsd.port.mk>