freebsd-ports/net-im/telepathy-farsight/Makefile
Dima Panov e5059562fb Limit net-im/*telepathy* components to use python2 only as it hardcoded in src
PR:		215672
Submitted by:	myself
Approved by:	gnome (kwm via irc)
2017-02-09 05:25:59 +00:00

25 lines
666 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= telepathy-farsight
PORTVERSION= 0.0.19
PORTREVISION= 3
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Farsight Connection Manager for Telepathy Framework
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
libtelepathy-glib.so:net-im/telepathy-glib \
libgstfarsight-0.10.so:net-im/farsight2
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig python:2
USE_LDCONFIG= yes
USE_GNOME= glib20 libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>