diff options
author | nathanw <nathanw@pkgsrc.org> | 2005-03-24 21:25:00 +0000 |
---|---|---|
committer | nathanw <nathanw@pkgsrc.org> | 2005-03-24 21:25:00 +0000 |
commit | 4a9ff6392ec51a1cdef886a7473636e55d00bf50 (patch) | |
tree | 2d411bd91ad42689cbe5c027d5cd5b21786b6c82 /chat/gaim-otr/Makefile | |
parent | 9814b8da9faa64714509478263bae9560b9aac8b (diff) | |
download | pkgsrc-4a9ff6392ec51a1cdef886a7473636e55d00bf50.tar.gz |
Initial import of gaim-otr-2.0.1.
This is the Off-The-Record messaging plugin for gaim.
Diffstat (limited to 'chat/gaim-otr/Makefile')
-rw-r--r-- | chat/gaim-otr/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/gaim-otr/Makefile b/chat/gaim-otr/Makefile new file mode 100644 index 00000000000..18466ea6149 --- /dev/null +++ b/chat/gaim-otr/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/03/24 21:25:00 nathanw Exp $ + +DISTNAME= gaim-otr-2.0.1 +CATEGORIES= chat security +MASTER_SITES= http://www.cypherpunks.ca/otr/ + +MAINTAINER= nathanw@NetBSD.org +HOMEPAGE= http://www.cypherpunks.ca/otr/ +COMMENT= Plugin for gaim to add OTR (Off-The-Record) encryption + +USE_BUILDLINK3= yes +USE_GNU_TOOLS= make + +.include "../../chat/libotr/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" +.include "../../chat/gaim/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |