blob: 50a3cc9231f95911a9da46d0864e2908b88cedd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= spice-protocol
PORTVERSION= 0.14.5
CATEGORIES= devel
MASTER_SITES= http://www.spice-space.org/download/releases/
MAINTAINER= novel@FreeBSD.org
COMMENT= Simple Protocol for Independent Computing Environments
WWW= https://www.spice-space.org
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= meson ninja pathfix pkgconfig python tar:xz
MESON_ARGS= -Ddatadir=libdata
NO_ARCH= yes
.include <bsd.port.mk>
|