aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/numix-icon-theme-circle/Makefile
blob: fb66b78e573a8d02a956adea293f49b99be9926b (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=	21.10.16
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>