summaryrefslogtreecommitdiff
path: root/security/kth-krb4/buildlink3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/kth-krb4/buildlink3.mk')
-rw-r--r--security/kth-krb4/buildlink3.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/kth-krb4/buildlink3.mk b/security/kth-krb4/buildlink3.mk
new file mode 100644
index 00000000000..75b71982e5e
--- /dev/null
+++ b/security/kth-krb4/buildlink3.mk
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/05/10 02:10:14 snj Exp $
+# XXX BUILDLINK_DEPMETHOD.kth-krb4?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+KTH_KRB4_BUILDLINK3_MK:= ${KTH_KRB4_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= kth-krb4
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nkth-krb4}
+BUILDLINK_PACKAGES+= kth-krb4
+
+.if !empty(KTH_KRB4_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.kth-krb4+= kth-krb4>=1.1.1
+BUILDLINK_RECOMMENDED.kth-krb4?=kth-krb4>=1.2.1nb4
+BUILDLINK_PKGSRCDIR.kth-krb4?= ../../security/kth-krb4
+.endif # KTH_KRB4_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}