2013-03-29 07:00:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2013/03/29 11:00:06 ajacoutot Exp $
|
2010-04-20 11:05:06 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
2008-10-29 07:59:55 -04:00
|
|
|
|
|
|
|
COMMENT= weather information access library
|
|
|
|
|
|
|
|
GNOME_PROJECT= libgweather
|
2013-03-29 06:45:59 -04:00
|
|
|
GNOME_VERSION= 3.8.0
|
2011-10-29 04:12:31 -04:00
|
|
|
|
2012-09-27 03:46:28 -04:00
|
|
|
SHARED_LIBS += gweather-3 1.0 # 2.0
|
2010-04-24 13:00:34 -04:00
|
|
|
|
2008-10-29 07:59:55 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2009-01-13 03:55:53 -05:00
|
|
|
# GPLv2
|
2008-10-29 07:59:55 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-03-29 06:45:59 -04:00
|
|
|
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
|
2013-03-29 06:45:59 -04:00
|
|
|
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
|
2011-10-29 04:12:31 -04:00
|
|
|
|
2008-10-29 07:59:55 -04:00
|
|
|
MODULES= devel/gettext \
|
2012-09-27 03:46:28 -04:00
|
|
|
devel/dconf \
|
2009-10-10 11:23:07 -04:00
|
|
|
x11/gnome
|
2013-03-29 06:45:59 -04:00
|
|
|
# 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 = *
|
2008-10-29 07:59:55 -04:00
|
|
|
|
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
|
|
|
|
2013-03-29 06:45:59 -04:00
|
|
|
LIB_DEPENDS= devel/libsoup>=2.42.0 \
|
2011-09-12 03:28:52 -04:00
|
|
|
x11/gtk+3
|
2008-10-29 07:59:55 -04:00
|
|
|
|
2011-09-20 16:52:45 -04:00
|
|
|
CONFIGURE_ARGS+= --with-zoneinfo-dir="/usr/share/zoneinfo"
|
2008-10-29 07:59:55 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|