diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-11 13:45:57 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-03-11 13:45:57 +0000 |
commit | 1a61d55e3d2eabc6dea208d1eb3d0089d48b09a6 (patch) | |
tree | e745518b77d0c59a7ce2c7772319fd0bd6da839a /math/gsl | |
parent | dec1371efa35593fca6d1700f62426d17453d9f8 (diff) | |
download | pkgsrc-1a61d55e3d2eabc6dea208d1eb3d0089d48b09a6.tar.gz |
add bl3 file
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/buildlink3.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/gsl/buildlink3.mk b/math/gsl/buildlink3.mk new file mode 100644 index 00000000000..49535ee8a25 --- /dev/null +++ b/math/gsl/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/03/11 13:45:57 dmcmahill Exp $ +# +# This Makefile fragment is included by packages that use gsl. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +GSL_BUILDLINK3_MK:= ${GSL_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= gsl +.endif + +.if !empty(GSL_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= gsl +BUILDLINK_DEPENDS.gsl+= gsl>=1.4 +BUILDLINK_PKGSRCDIR.gsl?= ../../math/gsl + +.endif # GSL_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |