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

PORTNAME=   eigen
PORTVERSION=    1.0.5
CATEGORIES= math
MASTER_SITES=   http://download.tuxfamily.org/eigen/

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

USE_CMAKE=  yes
CMAKE_SOURCE_PATH=  ..
WRKSRC=     ${WRKDIR}/${PORTNAME}/build

post-patch:
    ${MKDIR} ${WRKSRC}

.include <bsd.port.mk>