pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gsl add bl3 file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f989b43d2317
branches:  trunk
changeset: 470694:f989b43d2317
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Mar 11 13:45:57 2004 +0000

description:
add bl3 file

diffstat:

 math/gsl/buildlink3.mk |  22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r 2a62d1b10d72 -r f989b43d2317 math/gsl/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gsl/buildlink3.mk    Thu Mar 11 13:45:57 2004 +0000
@@ -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/+$//}



Home | Main Index | Thread Index | Old Index