ad7933ad94
Standalone file import filter library for spreadsheet documents. This package contains the 0.8 version of the API.
15 lines
393 B
Makefile
15 lines
393 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/09/08 19:39:04 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= orcus
|
|
|
|
.if !defined(ORCUS_BUILDLINK3_MK)
|
|
ORCUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.orcus+= orcus>=0.7.0<0.9.0
|
|
BUILDLINK_PKGSRCDIR.orcus?= ../../converters/orcus0.8
|
|
|
|
#.include "../../devel/boost-libs/buildlink3.mk"
|
|
#.include "../../devel/zlib/buildlink3.mk"
|
|
.endif # ORCUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -orcus
|