2013-02-19 19:41:34 +01:00
|
|
|
# Created by: Filippo Natali <filippo@widestore.net>
|
2004-04-06 01:34:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-weather-plugin
|
2017-10-14 14:44:29 +02:00
|
|
|
PORTVERSION= 0.8.10
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= misc xfce geography
|
2015-04-28 19:01:46 +02:00
|
|
|
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
2007-01-22 17:45:10 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
2004-04-06 01:34:35 +02:00
|
|
|
|
2011-10-23 15:46:01 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-11-04 14:40:13 +01:00
|
|
|
COMMENT= Weather plugin for the Xfce panel
|
2004-04-06 01:34:35 +02:00
|
|
|
|
2013-11-04 14:40:13 +01:00
|
|
|
LICENSE= GPLv2
|
2014-11-03 18:37:33 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-11-04 14:40:13 +01:00
|
|
|
|
2016-08-31 23:22:48 +02:00
|
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
2013-02-19 19:41:34 +01:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
USES= gettext gmake libtool pkgconfig xfce tar:bzip2
|
2017-10-11 09:21:42 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-08-31 23:22:48 +02:00
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack libxml2 cairo
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= panel
|
2017-10-11 09:21:42 +02:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
2011-12-14 19:50:06 +01:00
|
|
|
|
2013-02-19 19:41:34 +01:00
|
|
|
OPTIONS_DEFINE= UPOWER
|
2013-11-04 14:40:13 +01:00
|
|
|
UPOWER_DESC= Power management tasks
|
2013-02-19 19:41:34 +01:00
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower
|
2014-11-03 18:37:33 +01:00
|
|
|
UPOWER_CONFIGURE_ENABLE= upower
|
2013-02-19 19:41:34 +01:00
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|