Update: chat/finch to 2.6.1 chat/libpurple to 2.6.1 chat/pidgin to 2.6.1 chat/pidgin-sametime to 2.6.1 chat/pidgin-silc to 2.6.1 major changes: o addition of farsight support for voice/video chats (untested, new option on by default) o addition of dependency on devel/libidn o addition of gstreamer option for libpurple (on by default)
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.29 2009/09/06 21:06:44 abs 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.6.1
|
|
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/
|
|
|
|
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-gnutls
|
|
CONFIGURE_ARGS+= --disable-nss
|
|
CONFIGURE_ARGS+= --disable-dbus
|
|
CONFIGURE_ARGS+= --disable-cyrus-sasl
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --disable-nm
|