1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net-im/papyon/Makefile

38 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: papyon
# Date created: August 1 2009
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= papyon
2010-12-19 07:39:13 +00:00
PORTVERSION= 0.5.4
2012-06-01 05:26:28 +00:00
PORTREVISION= 1
CATEGORIES= net-im
2010-11-09 15:42:02 +00:00
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 \
2010-09-05 18:43:05 +00:00
${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 \
2010-09-05 18:43:05 +00:00
${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.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not configure on FreeBSD 7.X
.endif
.include <bsd.port.post.mk>