and verifypc (mostly). Use newer libuuid in devel/ instead of wip/ (scheduled for removal). Include openssl's buildlink3.mk in Makefile and add p5-XML-LibXML to BUILD_DEPENDS. Remove libsoup24 and libuuid from buildlink3.mk - nothing links against them and nothing includes them in the headers. Add options framework to enable the user to build with gobject-introspection support (requires that json-glib is build with introspection support too - update coming). Fulfills and exceeds update request.
17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2013/04/18 01:25:26 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= couchdb-glib
|
|
|
|
.if !defined(COUCHDB_GLIB_BUILDLINK3_MK)
|
|
COUCHDB_GLIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.couchdb-glib+= couchdb-glib>=0.5.3
|
|
BUILDLINK_ABI_DEPENDS.couchdb-glib?= couchdb-glib>=0.5.99nb1
|
|
BUILDLINK_PKGSRCDIR.couchdb-glib?= ../../wip/couchdb-glib
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.endif # COUCHDB_GLIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -couchdb-glib
|