svn commit: r371994 - head/graphics/libopenraw

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 1 08:34:05 UTC 2014


Author: amdmi3
Date: Sat Nov  1 08:34:04 2014
New Revision: 371994
URL: https://svnweb.freebsd.org/changeset/ports/371994
QAT: https://qat.redports.org/buildarchive/r371994/

Log:
  - Add LICENSE

Modified:
  head/graphics/libopenraw/Makefile

Modified: head/graphics/libopenraw/Makefile
==============================================================================
--- head/graphics/libopenraw/Makefile	Sat Nov  1 08:33:59 2014	(r371993)
+++ head/graphics/libopenraw/Makefile	Sat Nov  1 08:34:04 2014	(r371994)
@@ -13,6 +13,9 @@ COMMENT=	Library for camera RAW files de
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg
 
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
 USES=		compiler:c++11-lang libtool pkgconfig tar:bzip2
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list