2006-10-14 11:09:13 +02:00
|
|
|
# New ports collection makefile for: gaim
|
|
|
|
# Date created: 26 Mar 1999
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
# $MCom: ports/net-im/libpurple/Makefile,v 1.32 2010/05/10 04:21:19 marcus Exp $
|
2006-10-14 11:09:13 +02:00
|
|
|
#
|
|
|
|
|
2007-05-03 08:52:13 +02:00
|
|
|
PORTNAME?= libpurple
|
2012-07-09 03:06:48 +02:00
|
|
|
PORTVERSION= 2.10.6
|
|
|
|
PORTREVISION?= 0
|
2006-10-14 11:09:13 +02:00
|
|
|
CATEGORIES?= net-im
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
|
2007-05-27 22:47:25 +02:00
|
|
|
DISTNAME= pidgin-${PORTVERSION}
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2006-10-31 03:49:59 +01:00
|
|
|
MAINTAINER?= marcus@FreeBSD.org
|
2007-05-03 08:52:13 +02:00
|
|
|
COMMENT?= Backend library for the Pidgin multi-protocol messaging client
|
2006-10-14 11:09:13 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-10-31 03:49:59 +01:00
|
|
|
USE_GMAKE= yes
|
2010-05-23 22:20:22 +02:00
|
|
|
USE_GNOME?= gnomeprefix gnomehack intlhack glib20 libxml2
|
2006-10-14 11:09:13 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-31 03:49:59 +01:00
|
|
|
CONFIGURE_ARGS?=--disable-gtkui \
|
|
|
|
--disable-consoleui \
|
2009-01-14 03:29:06 +01:00
|
|
|
--with-dynamic_prpls=${PRPL_MODULES:S/,$//} \
|
2011-07-25 00:10:15 +02:00
|
|
|
--enable-static \
|
2008-05-19 08:16:08 +02:00
|
|
|
--disable-nm
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
2006-10-14 11:09:13 +02:00
|
|
|
PTHREAD_LIB="${PTHREAD_LIBS}"
|
2012-03-02 15:56:37 +01:00
|
|
|
CFLAGS+= -D_XOPEN_SOURCE_EXTENDED
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2007-05-03 08:52:13 +02:00
|
|
|
.if !defined(PIDGIN_SLAVE)
|
|
|
|
# Pidgin slave ports that require the following functionality, must explicitly
|
2006-10-31 03:49:59 +01:00
|
|
|
# set these macros themselves.
|
|
|
|
USE_GETTEXT= yes
|
2007-01-22 07:28:14 +01:00
|
|
|
USE_ICONV= yes
|
2006-10-31 03:49:59 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
WANT_GNOME= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
|
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
.undef WITHOUT_GNOME
|
|
|
|
WITH_GNOME= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
2009-01-14 03:29:06 +01:00
|
|
|
PRPL_MODULES=
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2009-01-14 03:29:06 +01:00
|
|
|
OPTIONS= BONJOUR "Enable mDNS support" on \
|
|
|
|
DBUS "Enable DBUS bindings" on \
|
2011-09-27 22:19:28 +02:00
|
|
|
GNUTLS "Use GNUTLS for encryption support" off \
|
|
|
|
NSS "Use Mozilla NSS for encryption support" on \
|
2006-10-14 11:09:13 +02:00
|
|
|
SASL "Cyrus SASL support (for jabberd)" off \
|
2009-08-20 22:41:32 +02:00
|
|
|
GSTREAMER "Use GStreamer for playing sounds" on \
|
|
|
|
VV "Enable video and voice support" on \
|
2009-08-20 23:34:19 +02:00
|
|
|
IDN "Enable support for international domains" on \
|
2006-10-14 11:09:13 +02:00
|
|
|
PERL "Perl scripting" off \
|
2009-01-14 03:29:06 +01:00
|
|
|
TCLTK "Tcl/Tk scripting" off \
|
|
|
|
SAMETIME "The Lotus Sametime chat protocol" off \
|
|
|
|
SILC "The Secure Internet Live Conferencing protocol" off \
|
|
|
|
GG "The Gadu-Gadu chat protocol" on \
|
|
|
|
IRC "The Internet Relay Chat protocol" on \
|
|
|
|
JABBER "The Jabber/XMPP/Google Talk protocol" on \
|
|
|
|
MSN "The MSN Messenger protocol" on \
|
|
|
|
MYSPACE "The MySpaceIM protocol" on \
|
|
|
|
NOVELL "The Novell GroupWise chat protocol" on \
|
|
|
|
OSCAR "The AIM/ICQ/Oscar protocol" on \
|
|
|
|
QQ "The Tercent QQ chat protocol" on \
|
|
|
|
SIMPLE "The SIMPLE chat protocol" on \
|
|
|
|
YAHOO "The Yahoo! Messenger protocol" on \
|
|
|
|
ZEPHYR "The Zephyr chat protocol" on
|
2006-10-31 03:49:59 +01:00
|
|
|
|
|
|
|
.if defined(WITH_GTKUI)
|
|
|
|
OPTIONS+= GTKSPELL "Spell checking support" on \
|
|
|
|
CAP "Enable Contact Availability Prediction plugin" on
|
|
|
|
.endif
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+=--disable-doxygen
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2011-09-27 22:19:28 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_TCLTK)
|
|
|
|
USE_TK= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/tk${TK_VER} -I${LOCALBASE}/include/tcl${TCL_VER}
|
|
|
|
CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCL_VER} \
|
|
|
|
--with-tkconfig=${LOCALBASE}/lib/tk${TK_VER}
|
|
|
|
PLIST_SUB+= TCL:=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-tcl
|
|
|
|
PLIST_SUB+= TCL:="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
2006-10-14 11:09:13 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-05-03 08:52:13 +02:00
|
|
|
.if !defined(PIDGIN_SLAVE)
|
2006-10-31 03:49:59 +01:00
|
|
|
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
|
|
|
|
USE_GNOME+= gconf2
|
2007-05-03 08:52:13 +02:00
|
|
|
GCONF_SCHEMAS= purple.schemas
|
2006-10-31 03:49:59 +01:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
#.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!=""
|
|
|
|
#USE_GNOME+= evolutiondataserver
|
|
|
|
#PLIST_SUB+= EVO=""
|
|
|
|
#CONFIGURE_ARGS+= --enable-gevolution
|
|
|
|
#.else
|
2006-10-14 11:09:13 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-gevolution
|
|
|
|
PLIST_SUB+= EVO="@comment not installed: "
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
#.endif
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2009-08-20 22:41:32 +02:00
|
|
|
.if !defined(WITHOUT_GSTREAMER)
|
2007-01-17 06:35:08 +01:00
|
|
|
USE_GSTREAMER+= core good
|
2006-10-31 03:49:59 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-gstreamer
|
|
|
|
.endif
|
|
|
|
|
2011-12-10 23:39:07 +01:00
|
|
|
.if !defined(WITHOUT_VV) && !defined(WITHOUT_GSTREAMER)
|
2009-08-20 22:41:32 +02:00
|
|
|
LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2
|
2009-09-08 23:23:33 +02:00
|
|
|
PLIST_SUB+= VV=""
|
2009-08-20 22:41:32 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-vv
|
2009-09-08 23:23:33 +02:00
|
|
|
PLIST_SUB+= VV="@comment "
|
2009-08-20 22:41:32 +02:00
|
|
|
.endif
|
|
|
|
|
2009-08-20 23:30:36 +02:00
|
|
|
.if !defined(WITHOUT_IDN)
|
2011-03-14 09:40:06 +01:00
|
|
|
LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn
|
2009-08-20 23:30:36 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-idn
|
|
|
|
.endif
|
|
|
|
|
2006-10-31 03:49:59 +01:00
|
|
|
.if defined(WITH_GTKUI) && !defined(WITHOUT_CAP)
|
|
|
|
LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
|
2008-05-19 08:16:08 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-cap
|
2006-10-31 03:49:59 +01:00
|
|
|
PLIST_SUB+= CAP=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-cap
|
|
|
|
PLIST_SUB+= CAP="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
2009-08-19 01:18:24 +02:00
|
|
|
.if defined(WITH_GNUTLS)
|
2006-10-14 11:09:13 +02:00
|
|
|
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
|
|
|
|
CONFIGURE_ARGS+= --enable-gnutls=yes
|
2009-01-14 03:29:06 +01:00
|
|
|
PLIST_SUB+= GNUTLS=""
|
2006-10-14 11:09:13 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-gnutls=no
|
2009-01-14 03:29:06 +01:00
|
|
|
PLIST_SUB+= GNUTLS="@comment "
|
2006-10-14 11:09:13 +02:00
|
|
|
.endif
|
|
|
|
|
2009-08-19 01:18:24 +02:00
|
|
|
.if !defined(WITHOUT_NSS)
|
2006-10-14 11:09:13 +02:00
|
|
|
LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
|
|
|
|
CONFIGURE_ARGS+= --enable-nss=yes \
|
|
|
|
--with-nspr-includes=${LOCALBASE}/include/nspr \
|
|
|
|
--with-nspr-libs=${LOCALBASE}/lib \
|
|
|
|
--with-nss-includes=${LOCALBASE}/include/nss/nss \
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
--with-nss-libs=${LOCALBASE}/lib/nss
|
2008-12-22 08:35:22 +01:00
|
|
|
PLIST_SUB+= NSS=""
|
2006-10-14 11:09:13 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-nss=no
|
2008-12-22 08:35:22 +01:00
|
|
|
PLIST_SUB+= NSS="@comment "
|
2006-10-14 11:09:13 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_SASL)
|
|
|
|
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
|
|
|
|
CONFIGURE_ARGS+= --enable-cyrus-sasl
|
|
|
|
.endif
|
|
|
|
|
2006-10-31 03:49:59 +01:00
|
|
|
.if !defined(WITHOUT_BONJOUR)
|
2008-12-16 21:42:26 +01:00
|
|
|
LIB_DEPENDS+= avahi-client.3:${PORTSDIR}/net/avahi-app
|
2006-10-31 03:49:59 +01:00
|
|
|
PLIST_SUB+= BONJOUR=""
|
2009-01-14 03:29:06 +01:00
|
|
|
PRPL_MODULES:= bonjour,${PRPL_MODULES}
|
2006-10-14 11:09:13 +02:00
|
|
|
.else
|
2008-05-21 02:08:14 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-avahi
|
2006-10-31 03:49:59 +01:00
|
|
|
PLIST_SUB+= BONJOUR="@comment not installed: "
|
2006-10-14 11:09:13 +02:00
|
|
|
.endif
|
|
|
|
|
2009-01-14 03:29:06 +01:00
|
|
|
.if defined(WITH_GTKUI) && !defined(WITHOUT_GTKSPELL)
|
|
|
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-gtkspell
|
|
|
|
.endif
|
|
|
|
|
2007-01-17 06:35:08 +01:00
|
|
|
.if !defined(WITHOUT_DBUS)
|
2006-10-31 03:49:59 +01:00
|
|
|
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
2007-05-03 08:52:13 +02:00
|
|
|
.if !defined(PIDGIN_SLAVE)
|
2006-10-31 03:49:59 +01:00
|
|
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
|
|
|
|
.endif
|
|
|
|
CONFIGURE_ARGS+= --enable-dbus
|
|
|
|
PLIST_SUB+= DBUS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-dbus
|
|
|
|
PLIST_SUB+= DBUS="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.if defined(WITH_PERL)
|
2006-10-31 03:49:59 +01:00
|
|
|
USE_PERL5= yes
|
|
|
|
CONFIGURE_ARGS+= --with-perl-lib=site
|
|
|
|
PLIST_SUB+= PERL:=""
|
2007-05-03 08:52:13 +02:00
|
|
|
.if !defined(PIDGIN_SLAVE)
|
|
|
|
MAN3+= Purple.3
|
2006-10-31 03:49:59 +01:00
|
|
|
.endif
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-perl
|
|
|
|
PLIST_SUB+= PERL:="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
2009-01-14 03:29:06 +01:00
|
|
|
.if defined(WITH_SAMETIME)
|
|
|
|
LIB_DEPENDS+= meanwhile.1:${PORTSDIR}/net-im/meanwhile
|
|
|
|
PLIST_SUB+= SAMETIME=""
|
|
|
|
PRPL_MODULES:= sametime,${PRPL_MODULES}
|
2006-10-31 03:49:59 +01:00
|
|
|
.else
|
2009-01-14 03:29:06 +01:00
|
|
|
PLIST_SUB+= SAMETIME="@comment not installed: "
|
|
|
|
CONFIGURE_ARGS+=--disable-meanwhile
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_SILC)
|
|
|
|
LIB_DEPENDS+= silcclient-1.1:${PORTSDIR}/devel/silc-toolkit
|
|
|
|
CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc \
|
|
|
|
--with-silc-libs=${LOCALBASE}/lib
|
|
|
|
PLIST_SUB+= SILC=""
|
|
|
|
PRPL_MODULES:= silc,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= SILC="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_GG)
|
|
|
|
PLIST_SUB+= GG=""
|
|
|
|
PRPL_MODULES:= gg,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= GG="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_IRC)
|
|
|
|
PLIST_SUB+= IRC=""
|
|
|
|
PRPL_MODULES:= irc,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= IRC="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_JABBER)
|
|
|
|
PLIST_SUB+= JABBER=""
|
|
|
|
PRPL_MODULES:= jabber,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= JABBER="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_MSN)
|
|
|
|
PLIST_SUB+= MSN=""
|
|
|
|
PRPL_MODULES:= msn,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= MSN="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_MYSPACE)
|
|
|
|
PLIST_SUB+= MYSPACE=""
|
|
|
|
PRPL_MODULES:= myspace,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= MYSPACE="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NOVELL)
|
|
|
|
PLIST_SUB+= NOVELL=""
|
|
|
|
PRPL_MODULES:= novell,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= NOVELL="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_OSCAR)
|
|
|
|
PLIST_SUB+= OSCAR=""
|
|
|
|
PRPL_MODULES:= oscar,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= OSCAR="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
2011-06-19 23:17:03 +02:00
|
|
|
#.if !defined(WITHOUT_QQ)
|
|
|
|
#PLIST_SUB+= QQ=""
|
|
|
|
#PRPL_MODULES:= qq,${PRPL_MODULES}
|
|
|
|
#.else
|
|
|
|
#PLIST_SUB+= QQ="@comment not installed: "
|
|
|
|
#.endif
|
2009-01-14 03:29:06 +01:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_SIMPLE)
|
|
|
|
PLIST_SUB+= SIMPLE=""
|
|
|
|
PRPL_MODULES:= simple,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= SIMPLE="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_YAHOO)
|
|
|
|
PLIST_SUB+= YAHOO=""
|
|
|
|
PRPL_MODULES:= yahoo,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= YAHOO="@comment not installed: "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_ZEPHYR)
|
|
|
|
PLIST_SUB+= ZEPHYR=""
|
|
|
|
PRPL_MODULES:= zephyr,${PRPL_MODULES}
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= ZEPHYR="@comment not installed: "
|
2006-10-31 03:49:59 +01:00
|
|
|
.endif
|
|
|
|
|
2006-10-14 11:09:13 +02:00
|
|
|
pre-everything::
|
|
|
|
.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
|
|
|
|
@${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
|
|
|
|
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
2006-10-31 03:49:59 +01:00
|
|
|
-e 's|-lpanel |-lpanel -lncurses|g' \
|
2006-10-14 11:09:13 +02:00
|
|
|
-e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
|
2007-01-22 07:28:14 +01:00
|
|
|
-e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} $$LIBDL|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
|
2006-10-14 11:09:13 +02:00
|
|
|
-e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
|
|
|
|
-e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
|
2007-05-03 08:52:13 +02:00
|
|
|
${WRKSRC}/libpurple/purple-send \
|
|
|
|
${WRKSRC}/libpurple/purple-send-async
|
2007-01-22 00:02:33 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/python|/env python|' \
|
2007-05-03 08:52:13 +02:00
|
|
|
${WRKSRC}/libpurple/purple-remote \
|
|
|
|
${WRKSRC}/libpurple/purple-url-handler
|
|
|
|
.if defined(PIDGIN_SLAVE)
|
2006-10-31 03:49:59 +01:00
|
|
|
@${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
2007-05-03 08:52:13 +02:00
|
|
|
's|[$$][(]top_builddir[)]/libpurple/libpurple.la|${LOCALBASE}/lib/libpurple.la|g'
|
2006-10-31 03:49:59 +01:00
|
|
|
.endif
|
2008-06-10 17:09:44 +02:00
|
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}
|
2006-10-14 11:09:13 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|