66becbb597
This should fix dot(1)/doxygen hangs that several reported. ok sthen@
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.78 2013/03/21 17:52:41 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= library for layout and rendering of text
|
|
|
|
GNOME_VERSION= 1.32.6
|
|
GNOME_PROJECT= pango
|
|
REVISION= 1
|
|
|
|
SHARED_LIBS += pango-1.0 3200.1 # 3200.6
|
|
SHARED_LIBS += pangoft2-1.0 3200.1 # 3200.6
|
|
SHARED_LIBS += pangoxft-1.0 3200.1 # 3200.6
|
|
SHARED_LIBS += pangocairo-1.0 3200.1 # 3200.6
|
|
|
|
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>=8 freetype
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0
|
|
WANTLIB += harfbuzz icudata icule icuuc m pcre pixman-1 png pthread
|
|
WANTLIB += pthread-stubs xcb xcb-render xcb-shm z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
LIB_DEPENDS= devel/glib2 \
|
|
devel/harfbuzz>=0.9.13p0
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-static
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/pango/1.8.0/modules/*.la
|
|
|
|
.include <bsd.port.mk>
|