summaryrefslogtreecommitdiff
path: root/chat/gaim-otr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/gaim-otr/Makefile')
-rw-r--r--chat/gaim-otr/Makefile20
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"