summaryrefslogtreecommitdiff
path: root/chat/libotr/Makefile
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/Makefile
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/Makefile')
-rw-r--r--chat/libotr/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
new file mode 100644
index 00000000000..6d5cc004a07
--- /dev/null
+++ b/chat/libotr/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/24 21:24:12 nathanw Exp $
+
+DISTNAME= libotr-2.0.1
+CATEGORIES= chat security
+MASTER_SITES= http://www.cypherpunks.ca/otr/
+
+MAINTAINER= nathanw@NetBSD.org
+HOMEPAGE= http://www.cypherpunks.ca/otr/
+COMMENT= Library for Off-The-Record encrypted messaging
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-pic
+
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"