blob: ad682b4ca8931c63eeb881aa7b2838f1912816ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:46:12 sthen Exp $
PKG_ARCH = *
COMMENT = B&H bitmap fonts 75dpi
DISTNAME = font-bh-75dpi-1.0.3
PKGNAME = ${DISTNAME:S/-75/75/}
CATEGORIES = fonts x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/bh-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>
|