pkgsrc-wip/dune-common/buildlink3.mk
Kamel Ibn Aziz Derouiche d2de2a6ab1 Import dune-common-2.2.0 as wip/dune-common.
contains the basic classes used by all DUNE modules. It provides some
infrastructural classes for debugging and exception handling as well as a
library to handle dense matrices and vectors.
2012-09-15 23:57:55 +00:00

14 lines
343 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2012/09/15 23:57:55 jihbed Exp $
BUILDLINK_TREE+= dune-common
.if !defined(DUNE_COMMON_BUILDLINK3_MK)
DUNE_COMMON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dune-common+= dune-common>=2.2.0
BUILDLINK_PKGSRCDIR.dune-common?= ../../wip/dune-common
.endif # DUNE_COMMON_BUILDLINK3_MK
BUILDLINK_TREE+= -dune-common