diff options
Diffstat (limited to 'fonts/font-adobe-75dpi/Makefile')
-rw-r--r-- | fonts/font-adobe-75dpi/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/fonts/font-adobe-75dpi/Makefile b/fonts/font-adobe-75dpi/Makefile new file mode 100644 index 0000000..7dc758e --- /dev/null +++ b/fonts/font-adobe-75dpi/Makefile @@ -0,0 +1,31 @@ +# $OpenBSD: Makefile,v 1.9 2019/07/12 20:46:12 sthen Exp $ + +PKG_ARCH = * + +COMMENT = Adobe bitmap fonts 75dpi + +DISTNAME = font-adobe-75dpi-1.0.3 +PKGNAME = ${DISTNAME:S/-75/75/} + +CATEGORIES = fonts x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/adobe-75dpi + +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> |