freebsd-ports/net-im/telepathy-butterfly/Makefile
Joe Marcus Clarke f8d74c3f33 Update to 0.3.1.
2008-03-24 04:12:21 +00:00

26 lines
804 B
Makefile

# New ports collection makefile for: telepathy-butterfly
# Date created: Apr 19 2007
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= telepathy-butterfly
PORTVERSION= 0.3.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+= ${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>