45b81bf143
Major changes in 0.12.14 ======================== * add stream-device protocol * add SPICE_SURFACE_FLAGS_STREAMING_MODE flag * add e2k (Elbrus 2000) architecture * add SPICE_MAX_NUM_STREAMS * add meson support * add bult-ins byte swapping for Visual C++ * switch to built-ins byte swapping in GCC
19 lines
490 B
Makefile
19 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/06/17 09:10:32 wiz Exp $
|
|
|
|
DISTNAME= spice-protocol-0.12.14
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://spice-space.org/download/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spice-space.org/
|
|
COMMENT= Headers defining protocols for SPICE server code
|
|
LICENSE= modified-bsd AND mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= spice-protocol.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|