summaryrefslogtreecommitdiff
path: root/math/eigen3
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-04 10:14:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-04 10:14:31 +0000
commit4754921a86720f19bb6fde1c70ad6bd03248f4ca (patch)
tree7fff7dd5cd6dfc0b9a19e80883232cfe4d219b72 /math/eigen3
parentUpdate WWW (diff)
Add LICENSE_FILE
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=460909
Diffstat (limited to 'math/eigen3')
-rw-r--r--math/eigen3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index 84d8352cb0a0..de85956ee021 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -12,6 +12,8 @@ COMMENT= Lightweight library for vector and matrix math
LICENSE= LGPL21 MPL20
LICENSE_COMB= multi
+LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL
+LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL2
CMAKE_ARGS= -DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
USES= cmake:outsource tar:bzip2