2008-03-24 04:13:41 +00:00
|
|
|
# New ports collection makefile for: empathy
|
|
|
|
# Date created: 2007-10-29
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/net-im/empathy/Makefile,v 1.5 2008/03/10 13:39:43 ahze Exp $
|
|
|
|
|
|
|
|
PORTNAME= empathy
|
2008-04-05 05:41:19 +00:00
|
|
|
PORTVERSION= 0.22.1
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2008-03-24 04:13:41 +00:00
|
|
|
CATEGORIES= net-im gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GNOME IM client based around telepathy
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
|
|
LIB_DEPENDS= missioncontrol-server.1:${PORTSDIR}/net-im/telepathy-mission-control \
|
2008-03-28 23:49:11 +00:00
|
|
|
aspell.16:${PORTSDIR}/textproc/aspell \
|
|
|
|
telepathy.2:${PORTSDIR}/net-im/libtelepathy
|
2008-03-24 04:13:41 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_LDCONFIG= yes
|
2008-04-02 18:17:28 +00:00
|
|
|
USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \
|
|
|
|
gnomepanel
|
2008-03-24 04:13:41 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= GNOME_Megaphone_Applet.schemas empathy.schemas
|
|
|
|
|
2008-04-02 22:09:28 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 600000
|
|
|
|
IGNORE= does not build on 5.X
|
|
|
|
.endif
|
|
|
|
|
2008-03-24 04:13:41 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2008-04-02 22:09:28 +00:00
|
|
|
.include <bsd.port.post.mk>
|