fac489c164
Release 21.07.0: core: * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535 * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088 * CairoOutputDev: Fix memory leak on broken files * Minor code improvements build system: * set C standard to 11 without extensions Exp-run by: antoine PR: 256981
36 lines
837 B
Makefile
36 lines
837 B
Makefile
# Created by: Kurt Kanzenbach <kurt@kmk-computers.de>
|
|
|
|
PORTNAME= katarakt
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 9
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= kurt@kmk-computers.de
|
|
COMMENT= Simple PDF viewer uses as much available screen space as possible
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= a2x:textproc/asciidoc
|
|
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
|
|
|
USES= compiler:c++11-lang gl pkgconfig qmake qt:5
|
|
USE_QT= buildtools_build core gui xml dbus network widgets
|
|
USE_GL= gl
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://gitlab.cs.fau.de
|
|
GL_ACCOUNT= Qui_Sum
|
|
GL_COMMIT= 99735bc0b15b57d689b6c982d43b85ed1b40ef45
|
|
|
|
PLIST_FILES= bin/katarakt \
|
|
man/man1/katarakt.1.gz
|
|
|
|
post-build:
|
|
cd ${WRKSRC} && ${MAKE} doc
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/doc/katarakt.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|