c8049da19b
2011-01-14 tim <gyunaev@ulduzsoft.com> - Version 5.3 released. - Fixed spelling error (thx Razvan Visan) - Changed encodings order for Chinese and Japanese languages (thanks Kai-Chieh Ku) - Added Ukrainian localization (thanks Olexander Yatsenko) - Added Brazilian localization (thanks Márcio Moraes) - Fixed some grammatical errors (thanks Robin 'cheese' Lee) - Fixed webkit engine for buggy CHMs which do not have all content, as well as cases when external references cannot be loaded. Thanks to Kai-Chieh Ku - Added Mac support (thanks Serge Weinstock)
27 lines
698 B
Makefile
27 lines
698 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/01/21 22:30:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= kchmviewer-5.3
|
|
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"
|
|
BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.5.0
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|