2009-24-10 tim <gyunaev@ulduzsoft.com> - Version changed to 4.2 - Fixed font size change on KHTMLPart (thanks to Jure Repinc) - Fixed Windows file opener being unable to open the file with non-English characters. - Fixed "Open in new tab" for QTextBrowser opening an empty page. - Middle button in QTextBrowser and WebKit now opens the link in new tab in background. - Middle button now closes opened tabs in the tab bar.
27 lines
698 B
Makefile
27 lines
698 B
Makefile
# $NetBSD: options.mk,v 1.5 2009/10/31 01:38:30 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
|
|
USE_TOOLS+= msgfmt
|
|
BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../meta-pkgs/kde4/kde4.mk"
|
|
.include "../../x11/kdelibs4/buildlink3.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
|