09e64f576b
build. okay ajacoutot@, hoping he gets time for a more permanent solution...
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.82 2012/12/27 18:56:59 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= SAX-based render library for SVG files
|
|
|
|
GNOME_PROJECT= librsvg
|
|
GNOME_VERSION= 2.36.4
|
|
|
|
SHARED_LIBS += rsvg-2 38.0 # .38.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://live.gnome.org/LibRsvg
|
|
|
|
# GPLv2/LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL X11 Xau Xdamage Xdmcp Xext Xfixes Xrender Xxf86vm
|
|
WANTLIB += c cairo croco-0.6 drm expat ffi fontconfig freetype
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb
|
|
WANTLIB += harfbuzz icudata icule icuuc
|
|
WANTLIB += xcb-render xcb-shm xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
LIB_DEPENDS= graphics/gdk-pixbuf2 \
|
|
devel/pango \
|
|
www/libcroco \
|
|
textproc/libxml
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-theme \
|
|
--disable-tools \
|
|
--disable-Bsymbolic
|
|
|
|
.include <bsd.port.mk>
|