aboutsummaryrefslogtreecommitdiffstats
path: root/net/libgweather/Makefile
blob: 5883aff90188f35407bb951b717d698243a8784c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libgweather
PORTVERSION=    3.28.2
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>