blob: 810d83ab5d42de546fed1a8213888186f372f953 (
plain)
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
27
28
29
|
PORTNAME= zeal
PORTVERSION= 0.6.1
PORTREVISION= 3
DISTVERSIONPREFIX=v
CATEGORIES= devel
MAINTAINER= rakuco@FreeBSD.org
COMMENT= Offline documentation browser
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxcb.so:x11/libxcb \
libxcb-keysyms.so:x11/xcb-util-keysyms
USES= cmake compiler:c++11-lib desktop-file-utils gl gnome kde:5 \
libarchive pkgconfig qt:5 sqlite xorg
USE_GL= gl # Dependency added by qt5-gui.
USE_GITHUB= yes
USE_KDE= ecm
USE_QT= concurrent core gui network webkit widgets x11extras \
buildtools_build qmake_build
USE_XORG= ice sm x11 xcb xext
GH_ACCOUNT= zealdocs
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|