summaryrefslogtreecommitdiff
path: root/fonts/font-adobe-100dpi/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2021-09-03 14:05:08 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2021-09-03 14:05:08 +0200
commitb510870f19d1146fdb90d63562552c90189bc30c (patch)
tree00070a1e09957c16e874729f801f61d5ac4125c7 /fonts/font-adobe-100dpi/Makefile
parent9e8773fac98e3a4eaceb3958f9bd6fa0ece9a0cf (diff)
font: start adding font packages.
XXX not complete yet..
Diffstat (limited to 'fonts/font-adobe-100dpi/Makefile')
-rw-r--r--fonts/font-adobe-100dpi/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/fonts/font-adobe-100dpi/Makefile b/fonts/font-adobe-100dpi/Makefile
new file mode 100644
index 0000000..adc8ebe
--- /dev/null
+++ b/fonts/font-adobe-100dpi/Makefile
@@ -0,0 +1,31 @@
+# $OpenBSD: Makefile,v 1.9 2019/07/12 20:46:12 sthen Exp $
+
+PKG_ARCH = *
+
+COMMENT = Adobe bitmap fonts 100dpi
+
+DISTNAME = font-adobe-100dpi-1.0.3
+PKGNAME = ${DISTNAME:S/-100/100/}
+
+CATEGORIES = fonts x11
+
+HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/adobe-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>