svn commit: r438578 - head/graphics/xfpovray

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Apr 15 09:02:18 UTC 2017


Author: amdmi3
Date: Sat Apr 15 09:02:17 2017
New Revision: 438578
URL: https://svnweb.freebsd.org/changeset/ports/438578

Log:
  - Add LICENSE

Modified:
  head/graphics/xfpovray/Makefile

Modified: head/graphics/xfpovray/Makefile
==============================================================================
--- head/graphics/xfpovray/Makefile	Sat Apr 15 06:39:48 2017	(r438577)
+++ head/graphics/xfpovray/Makefile	Sat Apr 15 09:02:17 2017	(r438578)
@@ -14,6 +14,9 @@ COMMENT=	Graphical interface to POV-Ray
 LIB_DEPENDS=	libforms.so:x11-toolkits/xforms
 RUN_DEPENDS=	povray:graphics/povray-meta
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		tar:tgz uidfix
 USE_XORG=	x11 xext xpm
 MAKEFILE=	${FILESDIR}/BSDmakefile


More information about the svn-ports-all mailing list