19 lines
462 B
Makefile
19 lines
462 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
|
|
PORTNAME= spice-protocol
|
|
PORTVERSION= 0.14.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.spice-space.org/download/releases/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= Simple Protocol for Independent Computing Environments
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|