2e9af81b9a
- While here, remove the patches to install the headers in a prefix; there currently is only one grantlee version in the tree, so no reason to make life harder for ourselves.
27 lines
882 B
Makefile
27 lines
882 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= khelpcenter
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
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 cpe 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 doctools ecm emoticons i18n init \
|
|
itemmodels itemviews jobwidgets js kcmutils kdelibs4support \
|
|
kio khtml parts service sonnet textwidgets widgetsaddons \
|
|
windowsystem xmlgui
|
|
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>
|