2c672a4de9
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)
20 lines
442 B
Makefile
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>
|