1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/www/eolie/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

27 lines
916 B
Makefile

# Created by: Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
PORTNAME= eolie
PORTVERSION= 0.9.101
CATEGORIES= www gnome
MASTER_SITES= https://adishatz.org/eolie/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Simple web browser for GNOME
LICENSE= GPLv3+
BUILD_DEPENDS= appstream-util:devel/appstream-glib
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
${LOCALBASE}/share/gir-1.0/GtkSpell-3.0.gir:textproc/gtkspell3 \
${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \
${LOCALBASE}/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml:sysutils/gnome-settings-daemon
USES= desktop-file-utils gettext gnome meson pkgconfig python \
shebangfix tar:xz
USE_GNOME= gtk30 introspection:build pygobject3
GLIB_SCHEMAS= org.gnome.Eolie.gschema.xml
SHEBANG_FILES= eolie.in search-provider/eolie-sp.in
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>