diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-04 21:14:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-04 21:14:07 +0000 |
commit | 84daec6f093d3d7d53a50edf53ce7943b9621bb1 (patch) | |
tree | 043b1cfb262179f2ec700f10588786db42f9c61d /math/eigen3/Makefile | |
parent | 8faa3d596e83b24604219d48c4c6ddb772530ae7 (diff) | |
download | ports-84daec6f093d3d7d53a50edf53ce7943b9621bb1.tar.gz ports-84daec6f093d3d7d53a50edf53ce7943b9621bb1.zip |
Notes
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r-- | math/eigen3/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index aae34acd1b79..e9a582d280c6 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ PORTNAME= eigen -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.52 CATEGORIES= math -MASTER_SITES= http://download.tuxfamily.org/eigen/ +MASTER_SITES= http://ns.ael.ru/~fluffy.khv/ \ + http://download.tuxfamily.org/eigen/ MAINTAINER= kde@FreeBSD.org COMMENT= Lightweight library for vector and matrix math @@ -17,4 +18,8 @@ USE_CMAKE= yes LATEST_LINK= ${PORTNAME}2 +post-patch: + @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/CMakeLists.txt + .include <bsd.port.mk> |