freebsd-ports/x11/xpra/Makefile

41 lines
1.4 KiB
Makefile
Raw Normal View History

2013-03-24 20:49:13 +01:00
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= xpra
PORTVERSION= 0.12.6
PORTREVISION= 1
CATEGORIES= x11
2012-05-31 22:52:49 +02:00
MASTER_SITES= http://xpra.org/src/
MAINTAINER= swills@FreeBSD.org
COMMENT= Xpra gives you persistent remote applications for X
LICENSE= GPLv2
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \
${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \
xauth:${PORTSDIR}/x11/xauth \
setxkbmap:${PORTSDIR}/x11/setxkbmap \
2014-01-25 23:58:11 +01:00
pulseaudio:${PORTSDIR}/audio/pulseaudio \
ssh-askpass:${PORTSDIR}/security/openssh-askpass
LIB_DEPENDS= libx264.so:${PORTSDIR}/multimedia/x264 \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
libvpx.so:${PORTSDIR}/multimedia/libvpx
2012-11-11 16:23:02 +01:00
USES= pkgconfig python tar:bzip2
USE_PYTHON= distutils
USE_XORG= x11 xtst xfixes xcomposite xdamage xrandr
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHON_VER=${PYTHON_VER}
2013-12-21 13:52:58 +01:00
PYDISTUTILS_PKGNAME= xpra_all
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/xpra/Xvfb/xpra.conf ${STAGEDIR}/${ETCDIR}/xpra.conf.sample
${INSTALL_DATA} ${WRKSRC}/etc/xpra/xorg.conf ${STAGEDIR}/${ETCDIR}/xorg.conf.sample
.include <bsd.port.mk>