1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net-im/telepathy-butterfly/Makefile
Joe Marcus Clarke 2fe7050685 Make telepathy-butterfly LOCALBASE safe.
Submitted by:	David P. Discher <dpd@dpdtech.com>
2009-05-23 19:31:52 +00:00

28 lines
931 B
Makefile

# New ports collection makefile for: telepathy-butterfly
# Date created: Apr 19 2007
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/net-im/telepathy-butterfly/Makefile,v 1.3 2009/01/08 06:51:59 marcus Exp $
#
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
CONFIGURE_ARGS+=--prefix=${PREFIX}
.include <bsd.port.mk>