pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool Adding the buildlink3 file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3fe5eb76f34
branches:  trunk
changeset: 468195:b3fe5eb76f34
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 11 04:19:48 2004 +0000

description:
Adding the buildlink3 file.

diffstat:

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

diffs (26 lines):

diff -r d54445ff7204 -r b3fe5eb76f34 devel/libtool/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libtool/buildlink3.mk       Wed Feb 11 04:19:48 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:19:48 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use libtool.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBTOOL_BUILDLINK3_MK:=        ${LIBTOOL_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libtool
+.endif
+
+.if !empty(LIBTOOL_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   libtool
+BUILDLINK_DEPENDS.libtool+=            libtool>=1.5.2
+BUILDLINK_PKGSRCDIR.libtool?=          ../../devel/libtool
+
+.endif # LIBTOOL_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index