svn commit: r404491 - head/graphics/showimage

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 25 23:42:55 UTC 2015


Author: amdmi3
Date: Fri Dec 25 23:42:54 2015
New Revision: 404491
URL: https://svnweb.freebsd.org/changeset/ports/404491

Log:
  - Add LICENSE

Modified:
  head/graphics/showimage/Makefile

Modified: head/graphics/showimage/Makefile
==============================================================================
--- head/graphics/showimage/Makefile	Fri Dec 25 23:38:39 2015	(r404490)
+++ head/graphics/showimage/Makefile	Fri Dec 25 23:42:54 2015	(r404491)
@@ -10,6 +10,9 @@ DISTNAME=	143977-${PORTNAME}-${PORTVERSI
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple KDE based image viewer
 
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		cmake:outsource tar:bzip2
 USE_KDE4=	automoc4 kdeprefix kdelibs
 USE_QT4=	qmake_build moc_build rcc_build uic_build


More information about the svn-ports-all mailing list