summaryrefslogtreecommitdiff
path: root/fonts/font-bh-lucidatypewriter-100/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/font-bh-lucidatypewriter-100/Makefile')
-rw-r--r--fonts/font-bh-lucidatypewriter-100/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/fonts/font-bh-lucidatypewriter-100/Makefile b/fonts/font-bh-lucidatypewriter-100/Makefile
new file mode 100644
index 0000000..d59920c
--- /dev/null
+++ b/fonts/font-bh-lucidatypewriter-100/Makefile
@@ -0,0 +1,31 @@
+# $OpenBSD: Makefile,v 1.9 2019/07/12 20:46:12 sthen Exp $
+
+PKG_ARCH = *
+
+COMMENT = B&H Lucida Typewriter bitmap fonts 100dpi
+
+DISTNAME = font-bh-lucidatypewriter-100dpi-1.0.3
+PKGNAME = ${DISTNAME:S/-100/100/}
+
+CATEGORIES = fonts x11
+
+HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewrite-100dpi
+
+MAINTAINER = xenocara@openbsd.org
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+MASTER_SITES = ${MASTER_SITE_XORG:=font/}
+
+MODULES = xenocara
+
+BUILD_DEPENDS = fonts/xorg-font-util \
+ x11/bdftopcf \
+
+CONFIGURE_STYLE = gnu
+SEPARATE_BUILD = Yes
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>