pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/proj Add buildlink3 file, as requested in PR 2736...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1247508d896
branches:  trunk
changeset: 482242:a1247508d896
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 23 08:08:26 2004 +0000

description:
Add buildlink3 file, as requested in PR 27364 by Greg Troxel.

diffstat:

 misc/proj/buildlink3.mk |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 8f83ecbf9c04 -r a1247508d896 misc/proj/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/proj/buildlink3.mk   Sat Oct 23 08:08:26 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/10/23 08:08:26 wiz Exp $
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    proj
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nproj}
+BUILDLINK_PACKAGES+=   proj
+
+.if !empty(PROJ_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.proj+=       proj>=4.4.7nb1
+BUILDLINK_PKGSRCDIR.proj?=     ../../misc/proj
+.endif # PROJ_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index