44 lines
964 B
Makefile
Raw Normal View History

PORTROACH= skipv:1.90.0
COMMENT= library for layout and rendering of text
2022-04-15 08:09:21 +00:00
GNOME_VERSION= 1.50.7
GNOME_PROJECT= pango
2022-04-15 08:09:21 +00:00
SHARED_LIBS += pango-1.0 3801.3 # 0.5000.7
SHARED_LIBS += pangoft2-1.0 3801.3 # 0.5000.7
SHARED_LIBS += pangoxft-1.0 3801.3 # 0.5000.7
SHARED_LIBS += pangocairo-1.0 3801.3 # 0.5000.7
2009-03-15 13:34:35 +00:00
CATEGORIES= devel x11
HOMEPAGE= https://pango.gnome.org/
2012-09-21 13:18:00 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2008-12-04 15:05:38 +00:00
# LGPLv2
PERMIT_PACKAGE= Yes
2008-12-04 15:05:38 +00:00
2019-12-16 15:49:03 +00:00
WANTLIB += X11 Xft Xrender c cairo fontconfig freetype fribidi
2020-08-14 06:59:28 +00:00
WANTLIB += gio-2.0 glib-2.0 gobject-2.0 harfbuzz m
COMPILER= base-clang ports-gcc
2019-12-16 15:49:03 +00:00
MODULES= devel/meson \
x11/gnome
2015-09-24 10:26:18 +00:00
MODGNOME_TOOLS= gobject-introspection
2019-12-16 15:49:03 +00:00
BUILD_DEPENDS= devel/help2man
2016-08-29 13:40:24 +00:00
LIB_DEPENDS= devel/glib2 \
2018-04-22 13:27:53 +00:00
devel/fribidi \
2013-03-27 17:51:26 +00:00
devel/harfbuzz
2019-12-16 15:49:03 +00:00
TEST_DEPENDS= fonts/cantarell-fonts
2020-09-19 08:16:57 +00:00
CONFIGURE_ARGS= -Dlibthai=disabled
2019-12-16 15:49:03 +00:00
DEBUG_PACKAGES= ${BUILD_PACKAGES}
2012-06-05 12:45:20 +00:00
.include <bsd.port.mk>