diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 14:52:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-08 14:52:00 +0800 |
commit | 84ae2394fc5ff93fdbb34c5be712dc1c632bea37 (patch) | |
tree | 9a6a082ffd54729e7f0f1f513d4c6b96d71fff5c /net-im/telepathy-butterfly/Makefile | |
parent | 68b3afeb7872f8316bc9f3f36252dc98161b832d (diff) | |
download | marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.tar marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.tar.gz marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.tar.bz2 marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.tar.lz marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.tar.xz marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.tar.zst marcuscom-ports-84ae2394fc5ff93fdbb34c5be712dc1c632bea37.zip |
Update to 0.3.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11852 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-butterfly/Makefile')
-rw-r--r-- | net-im/telepathy-butterfly/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile new file mode 100644 index 000000000..9dfc10816 --- /dev/null +++ b/net-im/telepathy-butterfly/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: telepathy-butterfly +# Date created: Apr 19 2007 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= telepathy-butterfly +PORTVERSION= 0.3.3 +CATEGORIES= net-im +MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= MSN Connection Manager for Telepathy Framework + +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pymsn/__init__.py:${PORTSDIR}/net-im/pymsn \ + ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymsn/__init__.py:${PORTSDIR}/net-im/pymsn \ + ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python + +USE_PYTHON= 2.4+ +HAS_CONFIGURE= yes + +.include <bsd.port.mk> |