diff options
Diffstat (limited to 'x11-fonts/iosevka-comfy/Makefile')
-rw-r--r-- | x11-fonts/iosevka-comfy/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-fonts/iosevka-comfy/Makefile b/x11-fonts/iosevka-comfy/Makefile new file mode 100644 index 000000000000..a238ce8d5365 --- /dev/null +++ b/x11-fonts/iosevka-comfy/Makefile @@ -0,0 +1,24 @@ +PORTNAME= iosevka-comfy +DISTVERSION= 2.1.0 +CATEGORIES= x11-fonts + +MAINTAINER= dsh@bamus.cz +COMMENT= Iosevka Comfy - customised build of the Iosevka typeface + +# The license file is not downloaded. +LICENSE= OFL11 + +USES= fonts + +USE_GITHUB= yes +GH_ACCOUNT= protesilaos + +NO_ARCH= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} iosevka-comfy\* ${STAGEDIR}${FONTSDIR}) + +.include <bsd.port.mk> |