Lines 5-10
PORTNAME= harfbuzz
Link Here
|
5 |
DISTVERSION= 2.7.2 |
5 |
DISTVERSION= 2.7.2 |
6 |
PORTREVISION?= 0 |
6 |
PORTREVISION?= 0 |
7 |
CATEGORIES= print |
7 |
CATEGORIES= print |
|
|
8 |
MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ |
8 |
|
9 |
|
9 |
MAINTAINER= desktop@FreeBSD.org |
10 |
MAINTAINER= desktop@FreeBSD.org |
10 |
COMMENT?= OpenType text shaping engine |
11 |
COMMENT?= OpenType text shaping engine |
Lines 16-26
LIB_DEPENDS= libfreetype.so:print/freetype2 \
Link Here
|
16 |
libgraphite2.so:graphics/graphite2 |
17 |
libgraphite2.so:graphics/graphite2 |
17 |
|
18 |
|
18 |
USES= compiler:c++11-lib gnome meson \ |
19 |
USES= compiler:c++11-lib gnome meson \ |
19 |
pkgconfig python:build shebangfix |
20 |
pkgconfig python:build shebangfix tar:xz |
20 |
USE_GITHUB= yes |
|
|
21 |
USE_GNOME= glib20 introspection:build |
21 |
USE_GNOME= glib20 introspection:build |
22 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
23 |
SHEBANG_GLOB= *.py |
23 |
SHEBANG_GLOB= *.py |
|
|
24 |
|
24 |
MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ |
25 |
MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ |
25 |
-Dfreetype=enabled -Dbenchmark=disabled |
26 |
-Dfreetype=enabled -Dbenchmark=disabled |
26 |
|
27 |
|