22 lines
352 B
Makefile
22 lines
352 B
Makefile
|
PKG_ARCH= *
|
||
|
|
||
|
COMMENT= SPICE protocol headers
|
||
|
|
||
|
DISTNAME= spice-protocol-0.14.4
|
||
|
|
||
|
CATEGORIES= devel net
|
||
|
|
||
|
HOMEPAGE= https://www.spice-space.org/
|
||
|
|
||
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MASTER_SITES= https://www.spice-space.org/download/releases/
|
||
|
EXTRACT_SUFX= .tar.xz
|
||
|
|
||
|
MODULES= devel/meson
|
||
|
|
||
|
.include <bsd.port.mk>
|