21 lines
575 B
Makefile
21 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:08 wiz Exp $
|
|
|
|
DISTNAME= spice-protocol-0.12.13
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://spice-space.org/download/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spice-space.org/
|
|
COMMENT= Headers defining protocols for SPICE server code
|
|
LICENSE= modified-bsd AND mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= spice-protocol.pc.in
|
|
REPLACE_PYTHON+= python_modules/*.py *.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|