freebsd-ports/net-im/telepathy-butterfly/Makefile
Michael Johnson 3e505ea9b6 Fix runtime
PR:		ports/122262
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-03-31 12:15:11 +00:00

26 lines
820 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
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+= ${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>