Files
Charlie Li e87d8134a3 gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.

No functional or package changes.
2025-03-17 00:02:08 -04:00

21 lines
458 B
Makefile

PORTNAME= simple-fb2-reader
PORTVERSION= 1.1.3
PORTREVISION= 5
CATEGORIES= print
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple FB2 format book reader
WWW= https://github.com/Cactus64k/simple-fb2-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 gdkpixbuf gtk30 libxml2
.include <bsd.port.mk>