diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-02 11:26:28 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-02 11:26:28 +0000 |
commit | 05f14b42a4c3098bacf853c6ad8acd124d8ab13d (patch) | |
tree | 0c0e2e8354916742e7db519f3b3e47100c22cdce /chat/libotr/Makefile | |
parent | f238ee0be771739c2ce909eec1db952345959ef8 (diff) | |
download | pkgsrc-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/Makefile | 8 |
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" |