summaryrefslogtreecommitdiff
path: root/net-im/papyon/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-04-19 23:33:59 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-04-19 23:33:59 +0000
commit2100b7dd69eab470b82a841014c6350d9377918e (patch)
tree4ac9a9b2985d7d0865213660d688cf464ab71c9b /net-im/papyon/Makefile
parentAdd telepathy-idle, an IRC connection manager for the Telepathy framework. (diff)
Add pymsn, a msn python library used in the Telepathy framework.
Notes
Notes: svn path=/head/; revision=190390
Diffstat (limited to 'net-im/papyon/Makefile')
-rw-r--r--net-im/papyon/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile
new file mode 100644
index 000000000000..c9bb0be94d2e
--- /dev/null
+++ b/net-im/papyon/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: pymsn
+# Date created: Apr 19 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pymsn
+PORTVERSION= 0.2.2
+CATEGORIES= net-im
+MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= MSN Connection library
+
+LIB_PC_DEPENDS= pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject
+
+BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+
+USE_PYTHON= 2.4+
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>