freebsd-ports/deskutils/gnome-weather/Makefile
Koop Mast 44c6abd583 Update gnome-weather to 3.24.0.
* Add license
* review dependancies
* switch to USES=localbase

Obtained from:	gnome devel repo (based on)
2017-06-05 14:00:16 +00:00

30 lines
660 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-weather
PORTVERSION= 3.24.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Weather application for GNOME 3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgweather-3.so:net/libgweather \
libgeoclue-2.so:net/geoclue \
libgjs.so:lang/gjs
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME= gtk30 intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.Weather.Application.gschema.xml
.include <bsd.port.mk>