summaryrefslogtreecommitdiff
path: root/chat/libotr/Makefile
diff options
context:
space:
mode:
authornathanw <nathanw>2005-03-24 21:24:12 +0000
committernathanw <nathanw>2005-03-24 21:24:12 +0000
commitc8a63fbc8e2871afecd43a7c703d3d7aad3b4342 (patch)
tree797a348804a82b72b3d8bd600ec82f8c905d848a /chat/libotr/Makefile
parentefb27d039c239864c55fc8cfe3871c9ef1e27da6 (diff)
downloadpkgsrc-c8a63fbc8e2871afecd43a7c703d3d7aad3b4342.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"