pkgsrc/chat/gaim-encryption/Makefile
gdt 36681e9656 Update to 2.38 (mainly bugfixes).
Closes PR pkg/31291 from Jason White.  Jason reports that 2.34 does
not work with jabber, and 2.36 did.

Change since 2.34:

     2.38    Added #defines for older gtk to bypass gstdio
             Fixed flags on outgoing key messages to avoid un-idling
             Changed default auto-accept of unknown keys to false.
             Fixed debug output for version warning (Daniel Atallah)

     2.37    Bugfix for possible double-free of buffer
             Bugfix for preference directories with unicode chars
             Relaxed checks on Gaim version to allow minor version bumps
             Same relaxed checks on the Win32 installer (Daniel Atallah)
             Change to intl code to compile on Solaris (Jonathan Wang)

     2.36    Bugfix for users who use a non-default prefs directory
             Bugfix for Windows 2000

     2.35    Workaround for Jabber bug in Gaim
2005-09-12 00:35:01 +00:00

32 lines
1,003 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/09/12 00:35:01 gdt Exp $
DISTNAME= gaim-encryption-2.38
CATEGORIES= chat security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-encryption/}
MAINTAINER= ggm@pobox.com
HOMEPAGE= http://gaim-encryption.sourceforge.net/
COMMENT= Plugin for gaim to add TLS/SSL via nss/nspr
BUILD_USES_MSGFMT= YES
USE_TOOLS+= gmake
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= libtool
CONFIGURE_ARGS+= --with-nspr-includes=${BUILDLINK_PREFIX.nspr}/include/nspr
CONFIGURE_ARGS+= --with-nspr-libs=${BUILDLINK_PREFIX.nspr}/lib
CONFIGURE_ARGS+= --with-nss-includes=${BUILDLINK_PREFIX.nss}/include/nss/nss
CONFIGURE_ARGS+= --with-nss-libs=${BUILDLINK_PREFIX.nss}/lib
.include "../../chat/gaim/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/nspr/buildlink3.mk"
.include "../../devel/nss/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"