1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/print/libraqm/Makefile
Koop Mast 52922516e1 Add libraqm, which is a small library that encapsulates the logic for
complex text layout and provide a convenient API.
2019-05-13 20:19:20 +00:00

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>