summaryrefslogtreecommitdiff
path: root/sysutils/spice-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/spice-server/Makefile')
-rw-r--r--sysutils/spice-server/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/spice-server/Makefile b/sysutils/spice-server/Makefile
new file mode 100644
index 00000000000..2480527e6ac
--- /dev/null
+++ b/sysutils/spice-server/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2020/02/06 21:57:42 kamil Exp $
+
+DISTNAME= spice-0.14.2
+PKGNAME= ${DISTNAME:S/spice/spice-server/}
+CATEGORIES= sysutils
+MASTER_SITES= https://www.spice-space.org/download/releases/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://www.spice-space.org/download/releases/
+COMMENT= Simple Protocol for Independent Computing Environments
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= spice-server.pc.in
+
+.include "../../audio/libopus/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../sysutils/spice-protocol/buildlink3.mk"
+.include "../../x11/pixman/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"