mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e2be863d04
Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
28 lines
1016 B
Makefile
28 lines
1016 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= papyon
|
|
PORTVERSION= 0.5.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Fork of pymsn to support the telepathy MSN connection manager
|
|
|
|
BUILD_DEPENDS= py*-openssl>0:${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= py*-openssl>0:${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= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|