2013-04-06 16:22:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.38 2013/04/06 14:22:39 rodent Exp $
|
2007-08-02 13:42:21 +02:00
|
|
|
|
2012-09-06 02:24:46 +02:00
|
|
|
DISTNAME= pidgin-otr-4.0.0
|
2013-02-16 12:18:58 +01:00
|
|
|
PKGREVISION= 9
|
2007-08-02 13:42:21 +02:00
|
|
|
CATEGORIES= chat security
|
|
|
|
MASTER_SITES= http://www.cypherpunks.ca/otr/
|
|
|
|
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.cypherpunks.ca/otr/
|
|
|
|
COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-04-06 16:22:39 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= intltool msgfmt perl pkg-config
|
|
|
|
INSTALLATION_DIRS+= share/doc/pidgin-otr
|
2007-08-02 13:42:21 +02:00
|
|
|
|
2009-05-12 16:10:59 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3
|
|
|
|
|
2008-05-27 14:21:01 +02:00
|
|
|
post-install:
|
2008-06-12 04:14:13 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/
|
2008-05-27 14:21:01 +02:00
|
|
|
|
2007-08-02 13:42:21 +02:00
|
|
|
.include "../../chat/pidgin/buildlink3.mk"
|
|
|
|
.include "../../chat/libotr/buildlink3.mk"
|
2007-08-30 20:11:36 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2007-08-02 13:42:21 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|