diff options
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/jetbrains-mono/Makefile | 25 | ||||
-rw-r--r-- | x11-fonts/jetbrains-mono/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/jetbrains-mono/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 29c77df8da43..5da135b3425e 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -123,6 +123,7 @@ SUBDIR += intlfonts SUBDIR += iosevka SUBDIR += isabella + SUBDIR += jetbrains-mono SUBDIR += jmk-x11-fonts SUBDIR += junction SUBDIR += junicode diff --git a/x11-fonts/jetbrains-mono/Makefile b/x11-fonts/jetbrains-mono/Makefile new file mode 100644 index 000000000000..60e46511b179 --- /dev/null +++ b/x11-fonts/jetbrains-mono/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= jetbrains-mono +PORTVERSION= 1.0.0 +CATEGORIES= x11-fonts +MASTER_SITES= https://download.jetbrains.com/fonts/ +DISTNAME= JetBrainsMono-${DISTVERSION} + +MAINTAINER= lwhsu@FreeBSD.org +COMMENT= Free and open source typeface for developers + +LICENSE= APACHE20 + +USES= fonts zip + +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} + ${LS} ${STAGEDIR}${FONTSDIR}/*.ttf | ${SED} -e's,^${STAGEDIR},,' >> ${TMPPLIST} + +.include <bsd.port.mk> diff --git a/x11-fonts/jetbrains-mono/distinfo b/x11-fonts/jetbrains-mono/distinfo new file mode 100644 index 000000000000..81950ad37dd2 --- /dev/null +++ b/x11-fonts/jetbrains-mono/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579110158 +SHA256 (JetBrainsMono-1.0.0.zip) = 82bf0dec956e4ca9afa4da4978fa5de80a75a576b3353d570ccbaabe4e858389 +SIZE (JetBrainsMono-1.0.0.zip) = 514933 diff --git a/x11-fonts/jetbrains-mono/pkg-descr b/x11-fonts/jetbrains-mono/pkg-descr new file mode 100644 index 000000000000..d53992782bc9 --- /dev/null +++ b/x11-fonts/jetbrains-mono/pkg-descr @@ -0,0 +1,3 @@ +JetBrains Mono: A free and open source typeface for developers + +WWW: https://www.jetbrains.com/lp/mono |