CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. Since the last version there have been major bugfixes, portability improvements, and minor feature additions. Suggested by kdehl on IRC
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/05 02:34:33 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= chmlib-0.31
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://66.93.236.84/%7Ejedwin/projects/chmlib/
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://66.93.236.84/%7Ejedwin/projects/chmlib/
|
|
COMMENT= Library for dealing with Microsoft ITSS/CHM format files
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PTHREAD_OPTS= require
|
|
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|