4a9ff6392e
This is the Off-The-Record messaging plugin for gaim.
20 lines
589 B
Makefile
20 lines
589 B
Makefile
# $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"
|