summaryrefslogtreecommitdiff
path: root/chat/libotr/buildlink3.mk
diff options
context:
space:
mode:
authornathanw <nathanw@pkgsrc.org>2005-03-24 21:24:12 +0000
committernathanw <nathanw@pkgsrc.org>2005-03-24 21:24:12 +0000
commit9814b8da9faa64714509478263bae9560b9aac8b (patch)
tree797a348804a82b72b3d8bd600ec82f8c905d848a /chat/libotr/buildlink3.mk
parent494514760ec24edb3e1c552fba9f7dd33a3e65a6 (diff)
downloadpkgsrc-9814b8da9faa64714509478263bae9560b9aac8b.tar.gz
Initial import of libotr-2.0.1.
This is the portable OTR Messaging Library, as well as the toolkit to help you forge messages. Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing: Encryption No one else can read your instant messages. Authentication You are assured the correspondent is who you think it is. Deniability The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured the messages he sees are authentic and unmodified. Perfect forward secrecy If you lose control of your private keys, no previous conversation is compromised.
Diffstat (limited to 'chat/libotr/buildlink3.mk')
-rw-r--r--chat/libotr/buildlink3.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/chat/libotr/buildlink3.mk b/chat/libotr/buildlink3.mk
new file mode 100644
index 00000000000..32b685b6cac
--- /dev/null
+++ b/chat/libotr/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/03/24 21:24:13 nathanw Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBOTR_BUILDLINK3_MK:= ${LIBOTR_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libotr
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibotr}
+BUILDLINK_PACKAGES+= libotr
+
+.if !empty(LIBOTR_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libotr+= libotr>=2.0.1
+BUILDLINK_PKGSRCDIR.libotr?= ../../security/libotr
+BUILDLINK_DEPMETHOD.libotr?= build
+.endif # LIBOTR_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}