freebsd-ports/x11/xpra/Makefile
Max Brazhnikov 3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00

38 lines
1.1 KiB
Makefile

# New ports collection makefile for: xpra
# Date created: 2011-01-11
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xpra
PORTVERSION= 0.7.4
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
MAINTAINER= swills@FreeBSD.org
COMMENT= Xpra gives you persistent remote applications for X
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \
ipython:${PORTSDIR}/devel/ipython \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS= cython:${PORTSDIR}/lang/cython \
ipython:${PORTSDIR}/devel/ipython \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
py*-notify>=0:${PORTSDIR}/devel/py-notify \
Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
MANCOMPRESSED= no
MAN1= xpra.1 xpra_launcher.1 parti.1
USE_BZIP2= yes
USE_PYTHON= yes
USE_XORG= x11 xext xtst xfixes xcomposite xdamage
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= parti_all
.include <bsd.port.mk>