blob: d2e74caf6d329647d3b08e1bdadfcc2a19c50447 (
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= khelpcenter
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= sysutils kde kde-applications # kde kde-applications-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 application to show KDE application documentation
LIB_DEPENDS= libxapian.so:databases/xapian-core
USES= cmake compiler:c++11-lib desktop-file-utils gettext gnome \
grantlee:5 kde:5 qt:5 shebangfix tar:xz
USE_GNOME= libxml2
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons emoticons i18n init \
itemmodels itemviews jobwidgets js kcmutils \
kio khtml parts service solid sonnet textwidgets widgetsaddons \
windowsystem xmlgui \
ecm_build
# This port depends on doctools; we need the entities and such for runtime
# documentation support, where all the other KDE Plasma parts need it
# only for the build-time documentation-generation.
USE_KDE+= doctools
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build
SHEBANG_FILES= searchhandlers/khc_mansearch.pl
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|