aboutsummaryrefslogtreecommitdiffstats
path: root/math/eigen3/Makefile
blob: 75baa5bbd54b79d8fcf727afdf81d2c78b7b9605 (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
26
27
28
29
# New ports collection makefile for:    eigen
# Date created:             2008-01-18
# Whom:                 arved
#
# $FreeBSD$

PORTNAME=   eigen
PORTVERSION=    2.0.15
PORTEPOCH=  1
CATEGORIES= math
MASTER_SITES=   http://bitbucket.org/eigen/eigen/get/
DISTNAME=   ${PORTVERSION}
DIST_SUBDIR=    ${PORTNAME}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Lightweight library for vector and matrix math

USE_BZIP2=  yes
USE_CMAKE=  yes

LATEST_LINK=    ${PORTNAME}2

WRKSRC=     ${WRKDIR}/${PORTNAME}

post-patch:
    @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
        ${WRKSRC}/CMakeLists.txt

.include <bsd.port.mk>