summaryrefslogtreecommitdiff
path: root/chat/libotr/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-08-02 11:26:28 +0000
committergdt <gdt@pkgsrc.org>2007-08-02 11:26:28 +0000
commit05f14b42a4c3098bacf853c6ad8acd124d8ab13d (patch)
tree0c0e2e8354916742e7db519f3b3e47100c22cdce /chat/libotr/Makefile
parentf238ee0be771739c2ce909eec1db952345959ef8 (diff)
downloadpkgsrc-05f14b42a4c3098bacf853c6ad8acd124d8ab13d.tar.gz
Update to 3.1.0.
Override libtool; otherwise the distfile libtool inexplicably gets the wrong shlib version. Changes since 3.0.0: - Added fragmentation support for large messages - Added new method for buddy authentication which does not require the (explicit) use of fingerprints.
Diffstat (limited to 'chat/libotr/Makefile')
-rw-r--r--chat/libotr/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
index 8ff23131a53..031214ecd83 100644
--- a/chat/libotr/Makefile
+++ b/chat/libotr/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2006/02/13 14:44:31 salo Exp $
+# $NetBSD: Makefile,v 1.6 2007/08/02 11:26:28 gdt Exp $
-DISTNAME= libotr-3.0.0
+VERSION= 3.1.0
+DISTNAME= libotr-${VERSION}
CATEGORIES= chat security
MASTER_SITES= http://www.cypherpunks.ca/otr/
MAINTAINER= nathanw@NetBSD.org
+# also gdt@NetBSD.org
HOMEPAGE= http://www.cypherpunks.ca/otr/
COMMENT= Library for Off-The-Record encrypted messaging
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pic
+USE_LIBTOOL= yes
+
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"