opnsense-ports/devel/spice-protocol/Makefile
Franco Fichtner 532119e767 */*: sync with upstream
Taken from: HardenedBSD
2018-06-14 11:40:49 +02:00

19 lines
460 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= spice-protocol
PORTVERSION= 0.12.14
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}
GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig python tar:bzip2
.include <bsd.port.mk>