blob: 6640e6938b00f89d42071e04eeb1f8fc47f5e760 (
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
|
COMMENT = X misc fonts
DISTNAME = font-misc-misc-1.1.3
CATEGORIES = fonts x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/font/misc-misc
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
SITES = ${SITE_XORG:=font/}
MODULES = xenocara
BUILD_DEPENDS = fonts/xorg-font-util \
x11/bdftopcf \
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
FONTDIR = ${PREFIX}/lib/X11/fonts/misc
NO_TEST = Yes
PKG_ARCH = *
.include <bsd.port.mk>
|