pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Add a buildlink3.mk file for pkgtoo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e67c52f44055
branches:  trunk
changeset: 470631:e67c52f44055
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Mar 11 00:50:14 2004 +0000

description:
Add a buildlink3.mk file for pkgtools/x11-links.  This isn't meant to be
included manually by a package, but is intended for inclusion by
bsd.buildlink3.mk.  It will be used to avoid special-casing x11-links
when creating symlinks into the buildlink directory.

diffstat:

 pkgtools/x11-links/buildlink3.mk |  31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r e49feca78302 -r e67c52f44055 pkgtools/x11-links/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/x11-links/buildlink3.mk  Thu Mar 11 00:50:14 2004 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/03/11 00:50:14 jlam Exp $
+#
+# Don't include this file manually!  It will be included as necessary
+# by bsd.buildlink3.mk.
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+X11_LINKS_BUILDLINK3_MK:=      ${X11_LINKS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    x11-links
+.endif
+
+# x11-links must come first so that packages listed later can overwrite
+# any symlinks created by buildlinking x11-links.
+#
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nx11-links}
+BUILDLINK_PACKAGES:=   x11-links ${BUILDLINK_PACKAGES}
+
+.if !empty(X11_LINKS_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.x11-links+=  x11-links>=0.23
+BUILDLINK_PKGSRCDIR.x11-links?=        ../../pkgtools/x11-links
+BUILDLINK_DEPMETHOD.x11-links?=        build
+
+# Rename the symlinks so that they appear in ${BUILDLINK_X11_DIR}/include
+# and ${BUILDLINK_X11_DIR}/lib.
+#
+BUILDLINK_TRANSFORM.x11-links+=        -e "s|/share/x11-links/|/|"
+
+.endif # X11_LINKS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index