svn commit: r428719 - head/graphics/jp2a

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 17 12:09:50 UTC 2016


Author: ehaupt
Date: Sat Dec 17 12:09:49 2016
New Revision: 428719
URL: https://svnweb.freebsd.org/changeset/ports/428719

Log:
  Add license

Modified:
  head/graphics/jp2a/Makefile

Modified: head/graphics/jp2a/Makefile
==============================================================================
--- head/graphics/jp2a/Makefile	Sat Dec 17 11:48:39 2016	(r428718)
+++ head/graphics/jp2a/Makefile	Sat Dec 17 12:09:49 2016	(r428719)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Converts JPG images to ASCII
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		jpeg tar:bzip2


More information about the svn-ports-head mailing list