1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11/xpra/Makefile
William Grzybowski 3624ddf181 multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
2013-10-19 16:43:32 +00:00

37 lines
1.0 KiB
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= xpra
PORTVERSION= 0.8.8
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+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
MANCOMPRESSED= no
MAN1= xpra.1 xpra_launcher.1 parti.1
USES= pkgconfig
USE_BZIP2= yes
USE_PYTHON= yes
USE_XORG= x11 xext xtst xfixes xcomposite xdamage
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= parti_all
NO_STAGE= yes
.include <bsd.port.mk>