b728be1002
2012-05-14 * INSTALL: Fixing typo and updating reference to CVS. * Makefile.mingw, packaging/windows/pidgin-otr.nsi: Updating to support building the win32 installer on GNU/Linux. 2012-05-12 * otr-plugin.c: Fixing a format string vulnerability. Identified by intrigeri <intrigeri@boum.org>. * Makefile.mingw, README, configure.ac, pidgin-otr.nsi: Bumped version number to 3.2.1. 2010-03-02 * po/vi.po: Vietnamese translation from Lyndon Johnson <lyndon.johnson58@gmail.com> 2009-11-14 * gtk-dialog.c (add_to_vbox_verify_fingerprint): Make the fingerprints in the manual authentication dialog selectable (but not selected by default). 2009-08-24 * po/fr.po: Fixed \n errors 2009-07-20 * po/fr.po: Complete French translation from Solveig <perso@solveig.org> 2009-06-24 * po/fr.po: Spelling correction from intrigeri <intrigeri@boum.org> 2009-03-18 * po/sv.po: Swedish translation from Daniel Nylander <po@danielnylander.se> 2009-01-18 * po/pl.po: Polish translation from Paweł Czochański <czochanski@gmail.com> 2008-09-24 * po/it.po: Italian translation from Vincenzo Reale <smart2128@baslug.org>. 2008-07-10 * otr-plugin.c: Use /dev/urandom to generate keys instead of /dev/random. [Really: on non-Win32, call gcry_control(GCRYCTL_ENABLE_QUICK_RANDOM, 0); before OTRL_INIT;.] 2008-07-07 * gtk-conv.c: Don't delete the OTR menus if a non-foreground conversation window is closed. 2008-06-19 * Makefile.static: Forgot to add tooltipmenu.o to Makefile.static. Fixed. 2008-06-17 * otr-plugin.c: Except on WIN32, set the umask to 0077 before creating the otr.* files in the purple directory so that they end up mode 0600. Based on a patch from Caspar Clemens Mierau <damokles@ubuntu.com>. * po/de.po: Updated German translation from Michael Meier <mail@code.mmsources.de>.
30 lines
920 B
Makefile
30 lines
920 B
Makefile
# $NetBSD: Makefile,v 1.25 2012/05/16 14:36:17 wiz Exp $
|
|
|
|
DISTNAME= pidgin-otr-3.2.1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLATION_DIRS= share/doc/pidgin-otr
|
|
USE_TOOLS+= pkg-config perl intltool msgfmt
|
|
|
|
BUILDLINK_ABI_DEPENDS.libgcrypt+= libgcrypt>=1.4.3
|
|
BUILDLINK_API_DEPENDS.libotr+= libotr>=3.2.0
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-otr/
|
|
|
|
.include "../../chat/pidgin/buildlink3.mk"
|
|
.include "../../chat/libotr/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|