pkgsrc/misc/xchm/Makefile
adam 93f65b781c Changes 1.18:
* updated PT translation.
* added --notopics and --noindex as command line parameters.
  They inhibit loading the topics tree and the index list, respectively.
* added Vim-like document scrolling key bindings.
* made the source code wxWidgets 2.9 friendly.
* documents using Chinese simplified now display properly.
* fixed Windows application crash that happened when the user clicked the
  "Fonts.." button.
* made the source code compatible with Unicode/MSVC wxMSW builds.
* fixed loading of search-in-titles results.
2011-01-28 10:35:23 +00:00

19 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.49 2011/01/28 10:35:23 adam Exp $
DISTNAME= xchm-1.18
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://xchm.sourceforge.net/
COMMENT= CHM viewer for UNIX
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../devel/chmlib/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"