summaryrefslogtreecommitdiff
path: root/fonts/font-bh-100dpi/Makefile
blob: c38a049a138b9d3e258a867beb280329cb9f9356 (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

PKG_ARCH =	*

COMMENT =	B&H bitmap fonts 100dpi

DISTNAME =	font-bh-100dpi-1.0.4
PKGNAME = 	${DISTNAME:S/-100/100/}

CATEGORIES =	fonts x11

HOMEPAGE =	https://gitlab.freedesktop.org/xorg/font/bh-100dpi

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

SITES =		${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>