e304de1a09
The Simple Protocol for Independent Computing Environments (SPICE) is a remote display system built for virtual environments which allows you to view a computing 'desktop' environment not only on the machine where it is running, but from anywhere on the Internet and from a wide variety of machine architectures. This package provides headers defining protocols. ok aja@ gsoares@
26 lines
488 B
Makefile
26 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/09/27 14:55:20 jasper Exp $
|
|
|
|
COMMENT= SPICE protocol headers
|
|
|
|
DISTNAME= spice-protocol-0.12.2
|
|
CATEGORIES= devel net
|
|
|
|
HOMEPAGE= http://spice-space.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
.include <bsd.port.mk>
|