blob: d34f3afc2980f2a746877c5020b361374b6c6dd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2013/03/08 07:09:04 asau Exp $
# It only installs static library:
BUILDLINK_DEPMETHOD.libint?= build
BUILDLINK_TREE+= libint
.if !defined(LIBINT_BUILDLINK3_MK)
LIBINT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libint+= libint>=2.0.0
BUILDLINK_PKGSRCDIR.libint?= ../../math/libint
.endif # LIBINT_BUILDLINK3_MK
BUILDLINK_TREE+= -libint
|