openbsd-ports/devel/spice-protocol/Makefile

26 lines
488 B
Makefile
Raw Normal View History

# $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>