openbsd-ports/devel/spice-protocol/Makefile
2013-01-21 18:05:00 +00:00

26 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/01/21 18:05:00 jasper Exp $
COMMENT= SPICE protocol headers
DISTNAME= spice-protocol-0.12.3
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>