42 lines
989 B
Makefile
42 lines
989 B
Makefile
# $OpenBSD: Makefile,v 1.126 2019/11/10 17:26:22 ajacoutot Exp $
|
|
|
|
COMMENT= library for layout and rendering of text
|
|
|
|
GNOME_VERSION= 1.42.4
|
|
GNOME_PROJECT= pango
|
|
REVISION= 5
|
|
|
|
SHARED_LIBS += pango-1.0 3800.2 # 4200.4
|
|
SHARED_LIBS += pangoft2-1.0 3800.1 # 4200.4
|
|
SHARED_LIBS += pangoxft-1.0 3800.1 # 4200.4
|
|
SHARED_LIBS += pangocairo-1.0 3800.1 # 4200.4
|
|
|
|
CATEGORIES= devel x11
|
|
|
|
HOMEPAGE= http://www.pango.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += X11 Xext Xft Xrender c cairo expat ffi fontconfig freetype
|
|
WANTLIB += fribidi glib-2.0 gobject-2.0 graphite2 gthread-2.0 harfbuzz
|
|
WANTLIB += iconv intl m pcre pixman-1 png pthread xcb xcb-render xcb-shm
|
|
WANTLIB += z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection
|
|
|
|
DEBUG_PACKAGES= -
|
|
|
|
LIB_DEPENDS= devel/glib2 \
|
|
devel/fribidi \
|
|
devel/harfbuzz
|
|
|
|
AUTOCONF_VERSION= 2.69
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
.include <bsd.port.mk>
|