aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/numix-icon-theme-circle/Makefile
blob: 94c6c29954ca5c4f3fd475fa00d9feaca63076a0 (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.04.14
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>