mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
ae33302c43
While here, sort pkg-plist after manpage path update. Changelog: https://gitlab.com/bitseater/meteo/-/blob/0.9.9.3/debian/changelog Reported by: Repology
42 lines
1001 B
Makefile
42 lines
1001 B
Makefile
PORTNAME= meteo
|
|
PORTVERSION= 0.9.9.3
|
|
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 gettext gnome meson pkgconfig python:build \
|
|
shebangfix vala:build
|
|
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= bitseater
|
|
|
|
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>
|