diff options
author | adam <adam> | 2004-02-26 15:26:05 +0000 |
---|---|---|
committer | adam <adam> | 2004-02-26 15:26:05 +0000 |
commit | 4aaf19106a0f64af2e70d72c00edd729c7f145aa (patch) | |
tree | 86c5dfb3aa897e5c19eb0f33daeb72c78ab8337f /math/blas/buildlink3.mk | |
parent | 0a71df1b1c6efbe6771155da0ed7637297bdfb16 (diff) | |
download | pkgsrc-4aaf19106a0f64af2e70d72c00edd729c7f145aa.tar.gz |
From now on use buildlink3.mk
Diffstat (limited to 'math/blas/buildlink3.mk')
-rw-r--r-- | math/blas/buildlink3.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/blas/buildlink3.mk b/math/blas/buildlink3.mk new file mode 100644 index 00000000000..ba4ad4b5da2 --- /dev/null +++ b/math/blas/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/02/26 15:26:05 adam Exp $ +# +# This Makefile fragment is included by packages that use blas. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +BLAS_BUILDLINK3_MK:= ${BLAS_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= blas +.endif + +.if !empty(BLAS_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= blas +BUILDLINK_DEPENDS.blas+= blas>=1.0nb2 +BUILDLINK_PKGSRCDIR.blas?= ../../math/blas + +.endif # BLAS_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |