The SWORD Project is the CrossWire Bible Society's free Bible software project. Its purpose is to create cross-platform open-source tools that allow programmers and Bible societies to write new Bible software more quickly and easily.
17 lines
471 B
Makefile
17 lines
471 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/09/28 15:04:55 ggergely Exp $
|
|
|
|
BUILDLINK_TREE+= sword
|
|
|
|
.if !defined(SWORD_BUILDLINK3_MK)
|
|
SWORD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sword+= sword>=1.6.1
|
|
BUILDLINK_PKGSRCDIR.sword?= ../../wip/sword
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../textproc/libclucene/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.endif # SWORD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sword
|