1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/libgweather/Makefile
2021-04-06 16:31:07 +02:00

33 lines
752 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
PORTNAME= libgweather
PORTVERSION= 3.36.1
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to access online weather information
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vala:lang/vala
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libgeocode-glib.so:net/geocode-glib
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz
USE_GNOME= gtk30 introspection:build libxml2
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
MESON_ARGS= -Dglade_catalog=false
GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \
org.gnome.GWeather.gschema.xml
BINARY_ALIAS= python3=${PYTHON_VERSION}
.include <bsd.port.mk>