0971cda226
pkgsrc changes: * simplify subst with SUBST_VARS. * build and install shared library. * install pkgconfig file. package changes: tinycdb-0.77 - bugfix release: manpage typos, portability fixes and the like - bugfix: improper logic in EINTR handling in _cdb_make_full_write routine which may lead to corruped .cdb file.
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2010/09/11 08:26:04 obache Exp $
|
|
|
|
BUILDLINK_TREE+= tinycdb
|
|
|
|
.if !defined(TINYCDB_BUILDLINK3_MK)
|
|
TINYCDB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.tinycdb+= tinycdb>=0.77
|
|
BUILDLINK_PKGSRCDIR.tinycdb?= ../../databases/tinycdb
|
|
.endif # TINYCDB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -tinycdb
|