openbsd-ports/graphics/gdk-pixbuf2/Makefile

44 lines
891 B
Makefile
Raw Normal View History

2012-03-23 10:46:21 -04:00
# $OpenBSD: Makefile,v 1.16 2012/03/23 14:46:21 ajacoutot Exp $
2012-03-23 10:46:21 -04:00
COMMENT= graphic library for gtk+2
2012-03-23 10:46:21 -04:00
GNOME_PROJECT= gdk-pixbuf
GNOME_VERSION= 2.26.0
2011-06-14 10:33:30 -04:00
CATEGORIES= graphics
2012-03-23 10:46:21 -04:00
SHARED_LIBS += gdk_pixbuf-2.0 2600.0 # 2600.0
SHARED_LIBS += gdk_pixbuf_xlib-2.0 2600.0 # 2600.0
HOMEPAGE= http://www.gtk.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-06-28 01:35:21 -04:00
WANTLIB += X11 c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
2011-11-01 16:30:49 -04:00
WANTLIB += jasper jpeg m pcre png pthread tiff xcb z ffi
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= devel/glib2>=2.26.0 \
graphics/jasper \
graphics/png \
graphics/tiff
2012-03-23 10:46:21 -04:00
MODULES= devel/gettext \
x11/gnome
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
2012-03-23 10:46:21 -04:00
MODGNOME_TOOLS= goi
CONFIGURE_STYLE=gnu
2012-03-23 10:46:21 -04:00
CONFIGURE_ARGS= --disable-Bsymbolic \
2011-12-17 16:20:45 -05:00
--with-libjasper \
--with-x11
.include <bsd.port.mk>