46692bc87d
- Version changed to 4.1 - Updated Dutch translation (thanks to Sander Pientka) - Updated Turkish translation (thanks to Ozan Caglayan) - Default toolbar button order changed to standard -/+ - Automatic encoding detection for KHTMLPart/WebKit is now disabled by default. - Fixed incorrect index string encoding for non-English strings. - Fixed text size auto-increase each time the file is loaded for WebKit browser. - License changed from GPLv2 to GPLv3.
26 lines
672 B
Makefile
26 lines
672 B
Makefile
# $NetBSD: options.mk,v 1.3 2009/07/22 13:10:22 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.kchmviewer
|
|
PKG_SUPPORTED_OPTIONS= kde4
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
PLIST_VARS+= kde4
|
|
.if !empty(PKG_OPTIONS:Mkde4)
|
|
USE_CMAKE= yes
|
|
BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../wip/kdelibs4/buildlink3.mk"
|
|
.include "../../wip/kde4/kde4.mk"
|
|
PLIST.kde4= yes
|
|
.else
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/kchmviewer ${DESTDIR}${PREFIX}/bin
|
|
.endif
|