| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/deskutils/meteo/ |
Upload File : |
PORTNAME= meteo
PORTVERSION= 0.9.9.1
CATEGORIES= deskutils
MAINTAINER= tagattie@FreeBSD.org
COMMENT= Weather forecast application using OpenWeatherMap API
WWW= https://gitlab.com/bitseater/meteo
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-util:devel/appstream-glib
LIB_DEPENDS= libappindicator3.so:devel/libappindicator \
libjson-glib-1.0.so:devel/json-glib \
libsoup-2.4.so:devel/libsoup \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \
python:3.5+,build shebangfix vala:build
USE_GITLAB= yes
GL_ACCOUNT= bitseater
GL_COMMIT= 6bd48892ec86d7208cb4ad1dd8baf74ba72df68f
USE_GNOME= gtk30
SHEBANG_FILES= meson/post_install.py
GLIB_SCHEMAS= com.gitlab.bitseater.meteo.gschema.xml
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>