diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:07:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 15:07:51 +0800 |
commit | 182ab08e651fa692a384c2e5023a1fc256b7c845 (patch) | |
tree | 5642a8273eaa89834b7d702de595cf728c22779c /net-im/telepathy-python/Makefile | |
parent | 324708d45577011b00147e8780779d79a307a529 (diff) | |
download | marcuscom-ports-182ab08e651fa692a384c2e5023a1fc256b7c845.tar.gz marcuscom-ports-182ab08e651fa692a384c2e5023a1fc256b7c845.tar.zst marcuscom-ports-182ab08e651fa692a384c2e5023a1fc256b7c845.zip |
Update to 0.15.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11854 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-python/Makefile')
-rw-r--r-- | net-im/telepathy-python/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-im/telepathy-python/Makefile b/net-im/telepathy-python/Makefile new file mode 100644 index 000000000..74d0ded6c --- /dev/null +++ b/net-im/telepathy-python/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: telepathy-python +# Date created: Apr 19 2007 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/net-im/telepathy-python/Makefile,v 1.3 2008/02/27 14:56:14 ahze Exp $ + +PORTNAME= telepathy-python +PORTVERSION= 0.15.5 +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> |