2013-09-17 12:50:49 +00:00
|
|
|
# Created by: arved
|
2008-02-09 21:59:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= eigen
|
2012-01-19 13:03:16 +00:00
|
|
|
PORTVERSION= 2.0.17
|
2009-09-01 12:44:04 +00:00
|
|
|
PORTEPOCH= 1
|
2008-02-09 21:59:20 +00:00
|
|
|
CATEGORIES= math
|
2012-01-19 13:03:16 +00:00
|
|
|
MASTER_SITES= https://bitbucket.org/eigen/eigen/get/
|
2014-02-20 13:00:31 +00:00
|
|
|
PKGNAMESUFFIX= 2
|
2009-09-01 12:44:04 +00:00
|
|
|
DISTNAME= ${PORTVERSION}
|
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2008-02-09 21:59:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Lightweight library for vector and matrix math
|
|
|
|
|
2014-07-29 18:41:15 +00:00
|
|
|
USES= cmake tar:bzip2
|
2008-02-09 21:59:20 +00:00
|
|
|
|
2012-01-19 13:03:16 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07
|
2009-08-04 21:14:07 +00:00
|
|
|
|
2009-11-27 00:50:27 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
|
2010-05-11 12:40:01 +00:00
|
|
|
.include <bsd.port.mk>
|