mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
22 lines
445 B
Makefile
22 lines
445 B
Makefile
PORTNAME= harfbuzz
|
|
PORTVERSION= 2.7.4
|
|
DISTVERSIONSUFFIX= -10.el9
|
|
PORTREVISION= 1
|
|
CATEGORIES= print linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= OpenType text shaping engine (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://harfbuzz.github.io/
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= graphite2
|
|
USE_LINUX_RPM= yes
|
|
|
|
CPE_VENDOR= harfbuzz_project
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|