openbsd-ports/x11/gnome/libgweather/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

2012-03-07 15:22:04 -05:00
# $OpenBSD: Makefile,v 1.34 2012/03/07 20:22:04 ajacoutot Exp $
SHARED_ONLY= Yes
COMMENT= weather information access library
GNOME_PROJECT= libgweather
2012-03-07 15:22:04 -05:00
GNOME_VERSION= 3.4.0
2011-09-26 06:52:31 -04:00
SHARED_LIBS += gweather-3 0.0 # 0.3
2010-04-24 13:00:34 -04:00
CATEGORIES= net
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo cairo-gobject
WANTLIB += dbus-1 dbus-glib-1 drm expat ffi fontconfig freetype
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gnome-keyring gobject-2.0 gpg-error gthread-2.0 gtk-3
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread-stubs soup-2.4 soup-gnome-2.4 sqlite3 stdc++
WANTLIB += xcb xcb-render xcb-shm xml2 z
MODULES= devel/gettext \
2009-10-10 11:23:07 -04:00
devel/gconf2 \
x11/gnome
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
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= devel/libsoup,-gnome \
2011-09-12 03:28:52 -04:00
x11/gtk+3
MODGCONF2_SCHEMAS_DIR= libgweather
2011-09-20 16:52:45 -04:00
CONFIGURE_ARGS+= --with-zoneinfo-dir="/usr/share/zoneinfo"
.include <bsd.port.mk>