blob: b4ba07db64af4b6c6732fef50eb70cf3eb92366e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= kchmviewer
DISTVERSIONPREFIX= RELEASE_
DISTVERSION= 8_0
PORTREVISION= 2
CATEGORIES= deskutils kde
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE viewer for CHM files
WWW= https://www.kchmviewer.net/
LIB_DEPENDS= libchm.so:misc/chmlib \
libzip.so:archivers/libzip
USES= compiler:c++11-lang desktop-file-utils dos2unix gl \
qmake:outsource qt:5 xorg
USE_GL= gl
USE_QT= core dbus gui network printsupport webkit widgets xml \
buildtools_build qmake_build
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= gyunaev
DOS2UNIX_GLOB= *.cpp *.h *.pro *.ui
.include <bsd.port.mk>
|