freebsd-ports/misc/xfce4-weather-plugin/Makefile
Charlie Li 035e778ee5
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.

PR: 262853, 262940, 262877
Approved by: fluffy (mentor)
2022-04-10 15:47:23 -04:00

39 lines
830 B
Makefile

# Created by: Filippo Natali <filippo@widestore.net>
PORTNAME= xfce4-weather-plugin
PORTVERSION= 0.11.0
PORTREVISION= 2
CATEGORIES= misc xfce geography
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Weather plugin for the Xfce panel
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce
USE_GNOME= cairo glib20 gtk30 intltool libxml2
USE_XFCE= panel
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS UPOWER
OPTIONS_SUB= yes
UPOWER_DESC= Power management tasks
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower
UPOWER_CONFIGURE_ENABLE=upower
.include <bsd.port.mk>