summaryrefslogtreecommitdiff
path: root/fonts/xfonts-encodings/Makefile
blob: 92b483e585e80cb4ae2059e395e231446574c862 (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

COMMENT =	Font encoding tables for libfontenc

DISTNAME =	encodings-1.1.0
PKGNAME =	xfonts-${DISTNAME}

CATEGORIES =	fonts x11

HOMEPAGE =	https://gitlab.freedesktop.org/xorg/font/encodings

MAINTAINER =	xenocara@openbsd.org

# MIT
PERMIT_PACKAGE =	Yes

SITES =			${SITE_XORG:=font/}

MODULES = 		devel/meson xenocara

SEPARATE_BUILD =	Yes

CONFIGURE_ARGS =	-Dfontrootdir=${X11BASE}/lib/X11/fonts

NO_TEST =		Yes

.include <bsd.port.mk>