summaryrefslogtreecommitdiff
path: root/converters/libe-book/buildlink3.mk
diff options
context:
space:
mode:
authorryoon <ryoon>2014-02-02 07:28:11 +0000
committerryoon <ryoon>2014-02-02 07:28:11 +0000
commit47e91641f79659d1a3ca94ec7297a64f1a4c8409 (patch)
tree2131c692cbf8ed1ee6793208f3331305f0b78c83 /converters/libe-book/buildlink3.mk
parent68060681ad610edce71b18e75eb788af939eda67 (diff)
downloadpkgsrc-47e91641f79659d1a3ca94ec7297a64f1a4c8409.tar.gz
Import libe-book-0.0.2 as converters/libe-book.
libe-book is a library and a set of tools for reading and converting various non-HTML reflowable e-book formats. Currently supported are: - eReader .pdb - FictionBook v. 2 (including zipped files) - PalmDoc Ebook - Plucker .pdb - QiOO (mobile format, for java-enabled cellphones) - TCR (simple compressed text format) - TealDoc - zTXT - ZVR (simple compressed text format) For convenience of use in third-party projects the library is available under two licenses: GNU Lesser GPL 2.1+ and MPL 2.0+.
Diffstat (limited to 'converters/libe-book/buildlink3.mk')
-rw-r--r--converters/libe-book/buildlink3.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/libe-book/buildlink3.mk b/converters/libe-book/buildlink3.mk
new file mode 100644
index 00000000000..ba21b52d0ca
--- /dev/null
+++ b/converters/libe-book/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/02/02 07:28:11 ryoon Exp $
+
+BUILDLINK_TREE+= libe-book
+
+.if !defined(LIBE_BOOK_BUILDLINK3_MK)
+LIBE_BOOK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libe-book+= libe-book>=0.0.2
+BUILDLINK_PKGSRCDIR.libe-book?= ../../converters/libe-book
+
+.include "../../converters/libwpd/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.endif # LIBE_BOOK_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libe-book