freebsd-ports/devel/spice-protocol/Makefile
Po-Chuan Hsieh 8c230cd0e0
devel/spice-protocol: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-05-13 19:40:12 +08:00

20 lines
475 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
PORTNAME= spice-protocol
PORTVERSION= 0.14.4
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
NO_ARCH= yes
.include <bsd.port.mk>