pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ocaml-ssl Added the buildlink3.mk file, which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73797264d9a0
branches:  trunk
changeset: 526950:73797264d9a0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 22 10:06:24 2007 +0000

description:
Added the buildlink3.mk file, which was requested in PR 36057.

diffstat:

 security/ocaml-ssl/buildlink3.mk |  21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r 2c50c0eca5c8 -r 73797264d9a0 security/ocaml-ssl/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ocaml-ssl/buildlink3.mk  Thu Mar 22 10:06:24 2007 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2007/03/22 10:06:24 rillig Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+OCAML_SSL_BUILDLINK3_MK:=      ${OCAML_SSL_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    ocaml-ssl
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nocaml-ssl}
+BUILDLINK_PACKAGES+=   ocaml-ssl
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}ocaml-ssl
+
+.if ${OCAML_SSL_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.ocaml-ssl+=      ocaml-ssl>=0.4.0
+BUILDLINK_PKGSRCDIR.ocaml-ssl?=        ../../security/ocaml-ssl
+.endif # OCAML_SSL_BUILDLINK3_MK
+
+.include "../../security/openssl/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index