blob: 36187d2e5cb87c117771e3a22408247756b43674 (
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
|
PKG_ARCH = *
COMMENT =
DISTNAME = encodings-1.0.7
PKGNAME = xfonts-${DISTNAME}
CATEGORIES = fonts x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/encodings
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
MASTER_SITES = ${MASTER_SITE_XORG:=font/}
MODULES = xenocara
CONFIGURE_STYLE = gnu
SEPARATE_BUILD = Yes
CONFIGURE_ARGS = --with-fontrootdir=${X11BASE}/lib/X11/fonts
NO_TEST = Yes
.include <bsd.port.mk>
|