- 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
648 B
Makefile
26 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/07/22 13:10:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= kchmviewer-4.1
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmviewer/}
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
HOMEPAGE= http://www.kchmviewer.net/
|
|
COMMENT= CHM (MS HTML help file format) viewer
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/chmlib/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|