freebsd-ports/net-im/telepathy-farsight/Makefile
Joe Marcus Clarke 7cf50ea708 Add telepathy-farsight, a video conferencing connection manager for the
Telepathy framework.  Install this package to use Telepathy instant messaging
clients with Farsight/Nice servers.
2009-02-28 05:13:58 +00:00

33 lines
1,007 B
Makefile

# New ports collection makefile for: telepathy-farsight
# Date created: 27 February 2009
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= telepathy-farsight
PORTVERSION= 0.0.4
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Farsight Connection Manager for Telepathy Framework
LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
farsight2-0.10.pc:${PORTSDIR}/net-im/farsight2
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= gnomehack pkgconfig glib20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>