freebsd-ports/deskutils/meteo/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

47 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= meteo
PORTVERSION= 0.9.7
PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= tagattie@yandex.com
COMMENT= Weather forecast application using OpenWeatherMap API
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib \
valac:lang/vala
LIB_DEPENDS= libappindicator3.so:devel/libappindicator \
libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup \
libgeocode-glib.so:net/geocode-glib \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \
python:3.5+,build shebangfix
USE_GITLAB= yes
GL_ACCOUNT= bitseater
GL_COMMIT= c83cea9a31901911ed5f8d87756d33a36b547457
USE_GNOME= gtk30
SHEBANG_FILES= meson/post_install.py
GLIB_SCHEMAS= com.gitlab.bitseater.meteo.gschema.xml
INSTALLS_ICONS= yes
PORTDOCS= AUTHORS CONTRIBUTING.md CREDITS.md README.md changelog
OPTIONS_DEFINE= DOCS
post-extract:
@${MV} ${WRKSRC}/debian/changelog ${WRKSRC}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>