diff options
Diffstat (limited to 'net-im/telepathy-farsight/Makefile')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile deleted file mode 100644 index 72c82eac0..000000000 --- a/net-im/telepathy-farsight/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/trunk/net-im/telepathy-farsight/Makefile 18394 2013-04-26 21:29:28Z kwm $ - -PORTNAME= telepathy-farsight -PORTVERSION= 0.0.19 -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:${PORTSDIR}/devel/dbus-glib \ - libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ - libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 - -NO_STAGE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PYTHON= yes -USE_AUTOTOOLS= libtool -USES= gmake pathfix pkgconfig -USE_GNOME= glib20 ltverhack libxslt:build -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -.include <bsd.port.mk> |