

PORTNAME=	xfce4-weather-plugin
PORTVERSION=	0.8.3
PORTREVISION=	1
CATEGORIES=	misc xfce geography
MASTER_SITES=	${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR=	xfce4

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Xfce 4 weather module for xfce4-panel

LICENSE=	gpl2

LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup

GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes
USES=		pkgconfig gettext gmake pathfix tar:bzip2
USE_GNOME=	glib20 gtk20 intltool intlhack libxml2
USE_XFCE=	libmenu libutil panel
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip
CONFIGURE_TARGET=	${ARCH}-portbld-freebsd9.1

OPTIONS_DEFINE=	UPOWER
UPOWER_DESC=	Power state support

.include <bsd.mport.options.mk>

.if ${PORT_OPTIONS:MUPOWER}
LIB_DEPENDS+=	libupower-glib.so:sysutils/upower
CONFIGURE_ARGS+=--enable-upower
.else
CONFIGURE_ARGS+=--disable-upower
.endif

.include <bsd.port.mk>
