mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $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
|