2009-04-06 06:05:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2009/04/06 10:05:21 ajacoutot Exp $
|
2008-11-21 12:23:43 -05:00
|
|
|
|
|
|
|
# (empathy:10245): Gtk-WARNING **: could not load image: Icon 'im-xmpp' not present in theme
|
2007-12-11 16:40:41 -05:00
|
|
|
|
2009-02-10 16:10:37 -05:00
|
|
|
COMMENT= telepathy based messenger for GNOME
|
2007-12-11 16:40:41 -05:00
|
|
|
|
|
|
|
GNOME_PROJECT= empathy
|
2008-11-21 12:23:43 -05:00
|
|
|
GNOME_VERSION= 2.24.1
|
2009-03-14 07:36:24 -04:00
|
|
|
PKGNAME= ${DISTNAME}p9
|
2009-01-20 18:11:42 -05:00
|
|
|
|
2008-11-21 12:23:43 -05:00
|
|
|
SHARED_LIBS += empathy 1.0 # .16.4
|
|
|
|
SHARED_LIBS += empathy-gtk 1.0 # .15.6
|
2007-12-11 16:40:41 -05:00
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
HOMEPAGE= http://live.gnome.org/Empathy
|
|
|
|
|
2008-11-21 12:23:43 -05:00
|
|
|
# GPLv2
|
2007-12-11 16:40:41 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-01-08 15:32:18 -05:00
|
|
|
WANTLIB= ICE SM ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite Xcursor \
|
2007-12-11 16:40:41 -05:00
|
|
|
Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
|
2009-01-20 18:11:42 -05:00
|
|
|
art_lgpl_2 asn1 atk-1.0 bonobo-2 bonobo-activation stdc++ \
|
|
|
|
bonoboui-2 c cairo com_err crypto dbus-1 dbus-glib-1 \
|
2009-01-29 17:23:04 -05:00
|
|
|
expat fontconfig freetype gailutil gconf-2 gcrypt gdk-x11-2.0 \
|
2009-01-08 15:32:18 -05:00
|
|
|
gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
|
|
|
|
gnome-2 gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
|
2009-01-29 17:23:04 -05:00
|
|
|
gnutls gobject-2.0 gpg-error gssapi gthread-2.0 gtk-x11-2.0 \
|
|
|
|
krb5 m nspr4 nss3 pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
|
|
pcre pixman-1 plc4 plds4 png popt pthread smime3 softokn3 \
|
|
|
|
soup-2.4 sqlite3 ssl ssl3 tasn1 telepathy telepathy-glib \
|
|
|
|
util xml2 z
|
2007-12-11 16:40:41 -05:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
2008-09-28 05:16:24 -04:00
|
|
|
BUILD_DEPENDS= ::devel/iso-codes \
|
2009-04-06 06:05:20 -04:00
|
|
|
::x11/py-gtk2
|
2007-12-11 16:40:41 -05:00
|
|
|
LIB_DEPENDS= camel-1.2,ebook-1.2,edataserver-1.2::databases/evolution-data-server \
|
2009-01-08 15:32:18 -05:00
|
|
|
missioncontrol-client::net/telepathy/telepathy-mission-control \
|
2009-01-20 18:11:42 -05:00
|
|
|
panel-applet-2::x11/gnome/panel \
|
|
|
|
enchant.>=5::textproc/enchant
|
2007-12-11 16:40:41 -05:00
|
|
|
RUN_DEPENDS= ::net/telepathy/telepathy-butterfly \
|
|
|
|
::net/telepathy/telepathy-gabble \
|
2008-09-28 05:16:24 -04:00
|
|
|
::x11/hicolor-icon-theme \
|
2009-03-14 07:36:24 -04:00
|
|
|
::x11/py-gtk2
|
2007-12-11 16:40:41 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
DESKTOP_FILES= Yes
|
2008-11-21 12:23:43 -05:00
|
|
|
MODGNOME_HELP_FILES= Yes
|
2007-12-11 16:40:41 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/empathy \
|
|
|
|
--disable-schemas-install \
|
|
|
|
--disable-scrollkeeper \
|
|
|
|
--disable-aspell \
|
|
|
|
--disable-voip \
|
2008-11-21 12:23:43 -05:00
|
|
|
--enable-nothere \
|
|
|
|
--enable-megaphone \
|
|
|
|
--enable-python=Yes \
|
|
|
|
--enable-tests=no
|
2007-12-11 16:40:41 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2008-10-22 15:37:49 -04:00
|
|
|
pre-configure:
|
|
|
|
@ln -s ${LOCALBASE}/bin/python${MODPY_VERSION}-config ${WRKDIR}/bin/python-config
|
|
|
|
|
2007-12-11 16:40:41 -05:00
|
|
|
.include <bsd.port.mk>
|