diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-06 15:34:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-06 15:34:01 +0000 |
commit | 847cffa786156734e2c768eda04afff9e5c8492c (patch) | |
tree | 8ccfdfb9fe254ef779a2e11792a32f6776af9d3d /devel/chmlib/Makefile | |
parent | e2d627c6c52f478c231236359345e32c8e8a9614 (diff) | |
download | pkgsrc-847cffa786156734e2c768eda04afff9e5c8492c.tar.gz |
Initial import of chmlib, a library dealing with .chm files,
from pkgsrc-wip (by xtraeme@).
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.
Diffstat (limited to 'devel/chmlib/Makefile')
-rw-r--r-- | devel/chmlib/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/chmlib/Makefile b/devel/chmlib/Makefile new file mode 100644 index 00000000000..ffde0d685c6 --- /dev/null +++ b/devel/chmlib/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/06 15:34:01 wiz 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" |