diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-09-19 23:36:53 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-09-19 23:36:53 +0000 |
commit | 2ddda12b0eae703c0923f8c19328e630fa8d4694 (patch) | |
tree | d0e80f4fbcf3d3b70b0cef847a02547374c2119a | |
parent | d01de72a67c1003da1da19d1067a34a481366504 (diff) | |
download | ports-2ddda12b0eae703c0923f8c19328e630fa8d4694.tar.gz ports-2ddda12b0eae703c0923f8c19328e630fa8d4694.zip |
Add LICENSE_FILE.
Notes
Notes:
svn path=/head/; revision=450175
-rw-r--r-- | graphics/libcdr01/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index 797ea272ab9d..b876a3f08961 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -10,6 +10,7 @@ MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Corel Draw file format LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ |