61ef99f8ac
libe-book 0.1.1 - Fix various problems when using --disable-experimental. - Work around MSVC bug. - Fix parsing of zipped FictionBook 2 files. libe-book 0.1.0 - switch to librevenge - PeanutPress: make sure the output is UTF-8 - TCR: make sure the output is UTF-8 - sanitize format detection
17 lines
523 B
Makefile
17 lines
523 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2014/07/23 06:15:22 wiz 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_ABI_DEPENDS.libe-book?= libe-book>=0.1.1
|
|
BUILDLINK_PKGSRCDIR.libe-book?= ../../converters/libe-book
|
|
|
|
.include "../../converters/librevenge/buildlink3.mk"
|
|
.include "../../converters/libwpd/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # LIBE_BOOK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libe-book
|