aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-butterfly/Makefile
blob: f7435b22dcf701e1a3f2c19ba888e9b7e2850bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    telepathy-butterfly
# Date created:             Apr 19 2007
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   telepathy-butterfly
PORTVERSION=    0.1.4
PORTREVISION=   1
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+=   ${BUILD_DEPENDS}

USE_PYTHON= 2.4+
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>