openbsd-ports/x11/xfce4/xfce4-weather/Makefile
landry 2bbbda9f06 Unbreak by updating to xfce4-weather 0.8.1.
It now takes the weather data from yr.no.
2012-08-07 12:57:59 +00:00

30 lines
870 B
Makefile

# $OpenBSD: Makefile,v 1.44 2012/08/07 12:57:59 landry Exp $
COMMENT= Xfce4 temperature/weather conditions panel plugin
XFCE_VERSION= 0.8.1
XFCE_PLUGIN= weather
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MODULES= x11/xfce4
MODXFCE_ICON_CACHE= Yes
LIB_DEPENDS= textproc/libxml
WANTLIB += GL ICE SM X11 X11-xcb Xau Xcomposite Xcursor Xdamage
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
WANTLIB += atk-1.0 cairo drm expat ffi fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread-stubs
WANTLIB += startup-notification-1 xcb xcb-aux xcb-render xcb-shm
WANTLIB += xfce4util xfce4ui-1 xml2 z stdc++
.include <bsd.port.mk>