sthen 22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00

40 lines
971 B
Makefile

# $OpenBSD: Makefile,v 1.122 2019/05/17 16:45:25 sthen Exp $
COMMENT= library for layout and rendering of text
GNOME_VERSION= 1.42.4
GNOME_PROJECT= pango
REVISION= 2
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_CDROM= 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
LIB_DEPENDS= devel/glib2 \
devel/fribidi \
devel/harfbuzz
AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= autoconf
.include <bsd.port.mk>