diff options
Diffstat (limited to 'net-im/papyon/Makefile')
-rw-r--r-- | net-im/papyon/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile new file mode 100644 index 000000000..2c836b332 --- /dev/null +++ b/net-im/papyon/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: papyon +# Date created: August 1 2009 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/net-im/papyon/Makefile,v 1.16 2010/12/19 07:39:13 marcus Exp $ +# + +PORTNAME= papyon +PORTVERSION= 0.5.4 +CATEGORIES= net-im +MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A fork of pymsn to support the telepathy MSN connection manager + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \ + ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \ + ${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \ + ${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \ + ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \ + ${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:${PORTSDIR}/multimedia/py-gstreamer \ + ${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2 + +USE_GNOME= pygobject +USE_PYTHON= 2.5+ +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> |