mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
477 B
Makefile
20 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/06/30 23:46:19 rodent Exp $
|
|
|
|
DISTNAME= spice-protocol-0.12.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://spice-space.org/download/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://spice-space.org/
|
|
COMMENT= Headers defining protocols for SPICE server code
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= spice-protocol.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|