5187d497c7
The mm-common module provides the build infrastructure and utilities shared among the GNOME C++ binding libraries. It is only a required dependency for building the C++ bindings from the gnome.org version control repository. An installation of mm-common is not required for building tarball releases, unless configured to use maintainer-mode.
14 lines
364 B
Makefile
14 lines
364 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/07/07 15:04:28 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= mm-common
|
|
|
|
.if !defined(MM_COMMON_BUILDLINK3_MK)
|
|
MM_COMMON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_DEPMETHOD.mm-common?= build
|
|
|
|
BUILDLINK_API_DEPENDS.mm-common+= mm-common>=0.9.6
|
|
BUILDLINK_PKGSRCDIR.mm-common?= ../../devel/mm-common
|
|
.endif # MM_COMMON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -mm-common
|