mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
52922516e1
complex text layout and provide a convenient API.
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libraqm
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= https://github.com/HOST-Oman/libraqm/releases/download/v${PORTVERSION}/
|
|
DISTNAME= raqm-${PORTVERSION}
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Library that encapsulates complex text layout logic
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libfribidi.so:converters/fribidi \
|
|
libharfbuzz.so:print/harfbuzz \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= gmake libtool pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|