Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
2005-07-25 18:13:01 +02:00
|
|
|
# New ports collection makefile for: kchmviewer
|
|
|
|
# Date created: Mon Jul 25 10:42:16 CEST 2005
|
|
|
|
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kchmviewer
|
2009-01-18 22:48:14 +01:00
|
|
|
PORTVERSION= 4.0
|
2009-03-24 20:13:32 +01:00
|
|
|
PORTREVISION= 2
|
Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
2005-07-25 18:13:01 +02:00
|
|
|
CATEGORIES= deskutils kde
|
2009-01-18 22:48:14 +01:00
|
|
|
MASTER_SITES= SF
|
Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
2005-07-25 18:13:01 +02:00
|
|
|
|
2009-01-18 22:48:14 +01:00
|
|
|
MAINTAINER= makc@FreeBSD.org
|
Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
2005-07-25 18:13:01 +02:00
|
|
|
COMMENT= A Qt/KDE viewer for CHM files
|
|
|
|
|
2009-01-18 22:48:14 +01:00
|
|
|
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
|
2006-02-04 17:12:45 +01:00
|
|
|
|
2009-01-18 22:48:14 +01:00
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
2005-07-25 18:13:01 +02:00
|
|
|
|
2009-01-18 22:48:14 +01:00
|
|
|
USE_CMAKE= yes
|
|
|
|
USE_KDE4= kdeprefix kdelibs automoc4
|
|
|
|
USE_QT_VER= 4
|
|
|
|
QT_COMPONENTS= dbus gui network svg xml designer_build \
|
|
|
|
qmake_build moc_build rcc_build uic_build
|
2008-04-08 17:02:10 +02:00
|
|
|
|
Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
2005-07-25 18:13:01 +02:00
|
|
|
.include <bsd.port.mk>
|