summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r--graphics/gdk-pixbuf2/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
new file mode 100644
index 0000000..06c0929
--- /dev/null
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -0,0 +1,45 @@
1COMMENT= image data transformation library
2
3GNOME_PROJECT= gdk-pixbuf
4GNOME_VERSION= 2.42.10
5
6CATEGORIES= graphics
7
8SHARED_LIBS += gdk_pixbuf-2.0 3200.3 # 0.4200.10
9
10HOMEPAGE= http://www.gtk.org/
11
12MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
13
14# LGPLv2.1
15PERMIT_PACKAGE= Yes
16
17WANTLIB += c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl jpeg
18WANTLIB += m png tiff
19
20MODULES= devel/meson \
21 lang/python \
22 x11/gnome
23
24MODPY_RUNDEP= No
25
26BUILD_DEPENDS= textproc/py-docutils${MODPY_FLAVOR}
27
28LIB_DEPENDS= devel/glib2 \
29 graphics/png \
30 graphics/tiff
31
32# configure: detect and set GDK_PIXBUF_USE_GIO_MIME
33# (g_content_type_from_mime_type requires shared-mime-info)
34BUILD_DEPENDS += misc/shared-mime-info
35RUN_DEPENDS += misc/shared-mime-info
36
37MODGNOME_TOOLS= docbook gobject-introspection shared-mime-info
38
39CONFIGURE_ARGS= -Dinstalled_tests=false
40
41DEBUG_PACKAGES= ${BUILD_PACKAGES}
42
43TEST_DEPENDS= ${BASE_PKGPATH}=${GNOME_VERSION}
44
45.include <bsd.port.mk>