svn commit: r518073 - head/multimedia/wlrobs

Jan Beich jbeich at FreeBSD.org
Thu Nov 21 01:19:57 UTC 2019


Author: jbeich
Date: Thu Nov 21 01:19:57 2019
New Revision: 518073
URL: https://svnweb.freebsd.org/changeset/ports/518073

Log:
  multimedia/wlrobs: define license

Modified:
  head/multimedia/wlrobs/Makefile   (contents, props changed)

Modified: head/multimedia/wlrobs/Makefile
==============================================================================
--- head/multimedia/wlrobs/Makefile	Thu Nov 21 01:00:23 2019	(r518072)
+++ head/multimedia/wlrobs/Makefile	Thu Nov 21 01:19:57 2019	(r518073)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}${DISTVERSIONSUFFIX}
 MAINTAINER=	jbeich at FreeBSD.org
 COMMENT=	Wayland screen capture plugin for obs-studio
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC:H}/COPYING.md
+
 BUILD_DEPENDS=	${LOCALBASE}/include/obs/obs-module.h:multimedia/obs-studio
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 


More information about the svn-ports-all mailing list