mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
aa3db148fc
Release 20.10.0: core: * Filter out repeated forms * Implement EmbedStream::reset() * CairoOutputDev: evict just font faces owned solely by cache. * Splash: Rename Yd to Ydown, Xu to Xup, etc. * Splash: fix crash in out-of-memory situation. * Fix some undefined behaviour situation with forged files PR: 250052 Exp-run by: antoine
32 lines
731 B
Makefile
32 lines
731 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yacreader
|
|
DISTVERSION= 9.7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Yet another comic reader
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
LIB_DEPENDS= libunarr.so:archivers/unarr
|
|
|
|
USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5
|
|
USE_GITHUB= yes
|
|
USE_QT= qmake_build buildtools_build core concurrent_build declarative \
|
|
gui multimedia network script sql sql-sqlite3_run widgets
|
|
|
|
OPTIONS_DEFINE= OPENGL POPPLER
|
|
OPTIONS_DEFAULT=OPENGL POPPLER
|
|
|
|
OPENGL_USES= gl
|
|
OPENGL_USE= GL=gl QT=opengl
|
|
OPENGL_QMAKE_OFF= CONFIG+=no_opengl
|
|
|
|
POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
|
POPPLER_QMAKE_OFF= CONFIG+=no_pdf
|
|
|
|
.include <bsd.port.mk>
|