mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
37 lines
665 B
Makefile
37 lines
665 B
Makefile
COMMENT = small font loading and glyph rasterization library
|
|
|
|
DISTNAME = fcft-$V
|
|
V = 3.3.1
|
|
REVISION = 0
|
|
|
|
SITES = https://codeberg.org/dnkl/fcft/archive/
|
|
DISTFILES = fcft-{}${V}${EXTRACT_SUFX}
|
|
|
|
CATEGORIES = graphics
|
|
|
|
SHARED_LIBS += fcft 0.1 # 0.0
|
|
|
|
WRKDIST = ${WRKDIR}/fcft
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = devel/meson
|
|
|
|
WANTLIB += fontconfig freetype harfbuzz m pixman-1
|
|
WANTLIB += stdthreads pthread utf8proc
|
|
|
|
BUILD_DEPENDS = devel/tllist \
|
|
textproc/scdoc
|
|
|
|
LIB_DEPENDS = devel/libstdthreads \
|
|
devel/harfbuzz \
|
|
textproc/libutf8proc
|
|
|
|
CONFIGURE_ARGS = -Drun-shaping=enabled
|
|
|
|
.include <bsd.port.mk>
|