23 lines
405 B
Makefile
23 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:31 espie Exp $
|
|
|
|
COMMENT= SPICE protocol headers
|
|
|
|
DISTNAME= spice-protocol-0.12.4
|
|
CATEGORIES= devel net
|
|
|
|
HOMEPAGE= http://spice-space.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
.include <bsd.port.mk>
|