aboutsummaryrefslogtreecommitdiff
path: root/math/eigen3/Makefile
blob: e9a582d280c6694f5f1cc7cb96a492f600472a72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	eigen
# Date created:				2008-01-18
# Whom:					arved
#
# $FreeBSD$

PORTNAME=	eigen
DISTVERSION=	2.0.52
CATEGORIES=	math
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

USE_BZIP2=	yes
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>