summaryrefslogtreecommitdiff
path: root/security/mit-krb5/buildlink3.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-30 18:07:17 +0000
committerjlam <jlam@pkgsrc.org>2004-03-30 18:07:17 +0000
commit80b2de66dde75e2230b2cdad5c619d26286b98a7 (patch)
tree07431aa4b519ee9f6f886e5231aa49f6354c3d27 /security/mit-krb5/buildlink3.mk
parent7783b66d89d5aac6ef8c6aff6780dfeea5ae4b51 (diff)
downloadpkgsrc-80b2de66dde75e2230b2cdad5c619d26286b98a7.tar.gz
Import MIT Kerberos 5 as security/mit-krb5. This package is partly based
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to libtoolize the build. Kerberos V5 is an authentication system developed at MIT. It is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. (Kerberos 5 is discussed in RFC 1510.) This package provides Kerberos and GSSAPI (Generic Security Services Application Programming Interface) development headers and libraries. It also includes Kerberos ticket and principal tools, and Kerberized r-services, telnet and ftp services.
Diffstat (limited to 'security/mit-krb5/buildlink3.mk')
-rw-r--r--security/mit-krb5/buildlink3.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/mit-krb5/buildlink3.mk b/security/mit-krb5/buildlink3.mk
new file mode 100644
index 00000000000..1b6271d97b2
--- /dev/null
+++ b/security/mit-krb5/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/03/30 18:07:18 jlam Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+MIT_KRB5_BUILDLINK3_MK:= ${MIT_KRB5_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= mit-krb5
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmit-krb5}
+BUILDLINK_PACKAGES+= mit-krb5
+
+.if !empty(MIT_KRB5_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.mit-krb5+= mit-krb5>=1.3.1
+BUILDLINK_PKGSRCDIR.mit-krb5?= ../../security/mit-krb5
+.endif # MIT_KRB5_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}