22 lines
357 B
Makefile
22 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:46:01 sthen Exp $
|
|
|
|
COMMENT= SPICE protocol headers
|
|
|
|
DISTNAME= spice-protocol-0.12.14
|
|
REVISION= 0
|
|
CATEGORIES= devel net
|
|
|
|
HOMEPAGE= http://www.spice-space.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
.include <bsd.port.mk>
|