# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/trunk/net-im/telepathy-farstream/Makefile 19955 2014-10-15 10:15:00Z gusi $ PORTNAME= telepathy-farstream PORTVERSION= 0.6.2 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farstream Connection Manager for Telepathy Framework BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libfarstream-0.2.so:${PORTSDIR}/net-im/farstream USES= gmake libtool pathfix pkgconfig python USE_GNOME= glib20 libxslt:build introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/telepathy-farstream/Makefile.in .include