openbsd-ports/x11/gnome/libgweather/Makefile

46 lines
1.2 KiB
Makefile
Raw Normal View History

2013-03-29 07:00:06 -04:00
# $OpenBSD: Makefile,v 1.43 2013/03/29 11:00:06 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= weather information access library
GNOME_PROJECT= libgweather
GNOME_VERSION= 3.8.0
2012-09-27 03:46:28 -04:00
SHARED_LIBS += gweather-3 1.0 # 2.0
2010-04-24 13:00:34 -04:00
CATEGORIES= net
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
2012-09-27 03:46:28 -04:00
WANTLIB += cairo cairo-gobject dbus-1 expat ffi fontconfig freetype
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += graphite2 gthread-2.0 gtk-3 harfbuzz icudata icule
WANTLIB += icuuc m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs soup-2.4 sqlite3
WANTLIB += xcb xcb-render xcb-shm
2012-09-27 03:46:28 -04:00
WANTLIB += xml2 z
MODULES= devel/gettext \
2012-09-27 03:46:28 -04:00
devel/dconf \
2009-10-10 11:23:07 -04:00
x11/gnome
# XXX:
# gweather-location.c:919:54: error: invalid suffix "d" on floating constant
# This needs http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00097.html in our
# base gcc and remove use of the gcc4 module.
MODULES+= gcc4
MODGCC4_ARCHS = *
2011-09-20 16:52:45 -04:00
MODGNOME_TOOLS= goi
2011-12-03 17:17:15 -05:00
MODGNOME_ICON_CACHE= Yes
2011-09-20 16:52:45 -04:00
LIB_DEPENDS= devel/libsoup>=2.42.0 \
2011-09-12 03:28:52 -04:00
x11/gtk+3
2011-09-20 16:52:45 -04:00
CONFIGURE_ARGS+= --with-zoneinfo-dir="/usr/share/zoneinfo"
.include <bsd.port.mk>