freebsd-ports/deskutils/gnome-weather/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

30 lines
660 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
PORTNAME= gnome-weather
PORTVERSION= 3.26.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>