1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11-themes/numix-icon-theme-circle/Makefile
2021-07-04 10:21:06 -04:00

22 lines
466 B
Makefile

# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= numix-icon-theme-circle
DISTVERSION= 21.07.01
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>