d52306d323
* Lots of little incremental bug fixes and enhancements in this release. * Finally got some fixes out there for you Yahoo users behind some particularly annoying firewalls and proxies, among other fixes. Enjoy! Changes 2.7.2: * We discovered a security issue in Pidgin 2.7.0 and 2.7.1 and decided to release a patched version quickly. This release contains the fix for that crash, and a few other minor fixes.
43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
# $NetBSD: Makefile.common,v 1.31 2010/08/30 11:18:01 adam Exp $
|
|
#
|
|
# used by chat/finch/Makefile
|
|
# used by chat/libpurple/Makefile
|
|
# used by chat/pidgin/Makefile
|
|
# used by chat/pidgin-sametime/Makefile
|
|
# used by chat/pidgin-silc/Makefile
|
|
|
|
PIDGIN_VERSION= 2.7.3
|
|
DISTNAME= pidgin-${PIDGIN_VERSION}
|
|
CATEGORIES= chat
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.pidgin.im/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PATCHDIR= ${.CURDIR}/../../chat/libpurple/patches
|
|
DISTINFO_FILE?= ${.CURDIR}/../../chat/libpurple/distinfo
|
|
|
|
CONFIGURE_ARGS+= --disable-gevolution
|
|
CONFIGURE_ARGS+= --disable-gtkui
|
|
CONFIGURE_ARGS+= --disable-consoleui
|
|
CONFIGURE_ARGS+= --disable-meanwhile
|
|
CONFIGURE_ARGS+= --disable-farsight
|
|
CONFIGURE_ARGS+= --disable-gstreamer
|
|
CONFIGURE_ARGS+= --disable-avahi
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
CONFIGURE_ARGS+= --disable-tcl
|
|
CONFIGURE_ARGS+= --disable-tk
|
|
CONFIGURE_ARGS+= --disable-gnutls
|
|
CONFIGURE_ARGS+= --disable-nss
|
|
CONFIGURE_ARGS+= --disable-dbus
|
|
CONFIGURE_ARGS+= --disable-cyrus-sasl
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --disable-nm
|
|
CONFIGURE_ARGS+= --disable-vv
|