939344792d
* 1.10: + loading CHM files by topic. + now keeping the scroll position between HTML window resizes. + WxWidgets 2.7 friendly code. + F9 now works to toggle the contents, just like Firefox. + added Swedish translation. + added Portuguese translation (in addition to the old - now pt_BR - translation). + fixed the Portuguese translations (they were using the wrong charset). + wxGTK 2.8.x friendly. + workaround to be able to print relative path CHM images.
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.36 2006/11/19 00:32:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xchm-1.10
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://xchm.sourceforge.net/
|
|
COMMENT= CHM viewer for UNIX
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/chmlib/buildlink3.mk"
|
|
.include "../../x11/wxGTK/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|