pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/urt Add bl3 file.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e09dbbdf928f
branches: trunk
changeset: 491845:e09dbbdf928f
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 30 20:20:57 2005 +0000
description:
Add bl3 file.
diffstat:
graphics/urt/buildlink3.mk | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 09e139a248f4 -r e09dbbdf928f graphics/urt/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/urt/buildlink3.mk Wed Mar 30 20:20:57 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2005/03/30 20:20:57 wiz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+URT_BUILDLINK3_MK:= ${URT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= urt
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nurt}
+BUILDLINK_PACKAGES+= urt
+
+.if !empty(URT_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.urt+= urt>=3.1b1nb5
+BUILDLINK_PKGSRCDIR.urt?= ../../graphics/urt
+.endif # URT_BUILDLINK3_MK
+
+.include "../../graphics/netpbm/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index