freebsd-ports/print/simple-fb2-reader/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

20 lines
442 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= simple-fb2-reader
PORTVERSION= 1.1.3
CATEGORIES= print
MAINTAINER= danfe@FreeBSD.org
COMMENT= Simple FB2 format book reader
LICENSE= GPLv3+
LIB_DEPENDS= libzip.so:archivers/libzip
USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig \
shared-mime-info sqlite
USE_GITHUB= yes
GH_ACCOUNT= Cactus64k
USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2
.include <bsd.port.mk>