blob: a3871c7e130fadec0332f789b62319dfcbe39248 (
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 = X.Org font package creation/installation utilities
DISTNAME = font-util-1.4.0
PKGNAME = xorg-${DISTNAME}
CATEGORIES = fonts
HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/util
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
SITES = ${SITE_XORG:=font/}
MODULES = xenocara
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-fontrootdir=${X11BASE}/lib/X11/fonts
NO_TEST = Yes
.include <bsd.port.mk>
|