summaryrefslogtreecommitdiff
path: root/fonts/ja-train-ttf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ja-train-ttf/Makefile')
-rw-r--r--fonts/ja-train-ttf/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/fonts/ja-train-ttf/Makefile b/fonts/ja-train-ttf/Makefile
new file mode 100644
index 00000000000..66f11feed56
--- /dev/null
+++ b/fonts/ja-train-ttf/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/01/30 14:32:23 ryoon Exp $
+
+PKGNAME= ja-train-ttf-20201216
+CATEGORIES= fonts
+MASTER_SITES= https://raw.githubusercontent.com/fontworks-fonts/Train/1771787f91e5750f928d2abc6ad7c5f452d6298f/fonts/ttf/
+DIST_SUBDIR= ${PKGNAME_NOREV}
+DISTFILES+= TrainOne-Regular.ttf
+
+MAINTAINER= ryoon@NetBSD.org
+COMMENT= Train gothic-style font from Fontworks
+LICENSE= ofl-v1.1
+
+WRKSRC= ${WRKDIR}
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"