summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telepathy-python/Makefile')
-rw-r--r--net-im/telepathy-python/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/telepathy-python/Makefile b/net-im/telepathy-python/Makefile
deleted file mode 100644
index a24a3abe4..000000000
--- a/net-im/telepathy-python/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: telepathy-python
-# Date created: Apr 19 2007
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= telepathy-python
-PORTVERSION= 0.15.0
-CATEGORIES= net-im
-MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python bindings for the Telepathy framework
-
-LIB_PC_DEPENDS= dbus-python.pc:${PORTSDIR}/devel/py-dbus
-
-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}
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.mk>