951c1f5d1c
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
30 lines
660 B
Makefile
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>
|