freebsd-ports/net/libgweather/Makefile
Koop Mast b41e2a1f24 Update libgweather to 3.18.2.
* NOAA shut down their METAR provider service, so libgweather
  switched to a different provider.
* Record indirect dependancies
* Add License block
* Add USES=localbase instead of CPPFLAGS/LDFLAGS

PR:		212123
Submitted by:	cpm@
2016-09-29 11:57:14 +00:00

32 lines
795 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libgweather
PORTVERSION= 3.18.2
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to accessing online weather informations
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 gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= cairo gtk30 intlhack introspection:build libxml2
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-glade-catalog
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \
org.gnome.GWeather.gschema.xml
.include <bsd.port.mk>