summaryrefslogtreecommitdiff
path: root/devel/chmlib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-01-06 15:34:01 +0000
committerwiz <wiz@pkgsrc.org>2004-01-06 15:34:01 +0000
commit156b0af9dfb4de5f192c4f3ef7c3fc54bf5a86c8 (patch)
tree8ccfdfb9fe254ef779a2e11792a32f6776af9d3d /devel/chmlib/Makefile
parent065dff85619ede6482b15f9d3a17b4a30695a6c8 (diff)
downloadpkgsrc-156b0af9dfb4de5f192c4f3ef7c3fc54bf5a86c8.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/Makefile20
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"