openbsd-ports/graphics/gdk-pixbuf2/Makefile

54 lines
1.2 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2011/05/11 06:56:43 ajacoutot Exp $
COMMENT= graphic library for GTK+2
V= 2.22.1
DISTNAME= gdk-pixbuf-${V}
REVISION= 1
2011-04-07 02:42:30 -04:00
CATEGORIES= graphics
SHARED_LIBS += gdk_pixbuf-2.0 2200.0 # 2200.0
SHARED_LIBS += gdk_pixbuf_xlib-2.0 2200.0 # 2200.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
WANTLIB += X11 Xau Xdmcp c m pthread pthread-stubs xcb z gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 jasper jpeg pcre
WANTLIB += png tiff
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
2011-04-07 02:42:30 -04:00
BUILD_DEPENDS= devel/gobject-introspection
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= devel/glib2>=2.26.0 \
graphics/jasper \
graphics/png \
graphics/tiff
MODULES= devel/gettext
USE_GMAKE= Yes
USE_LIBTOOL= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--disable-Bsymbolic \
2011-04-07 02:42:30 -04:00
--enable-introspection \
--with-libjasper
.include <bsd.port.mk>