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