freebsd-ports/math/eigen3/Makefile

32 lines
610 B
Makefile
Raw Normal View History

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
2009-11-27 01:50:27 +01:00
PORTVERSION= 2.0.10
PORTEPOCH= 1
CATEGORIES= math
2009-11-27 01:50:27 +01:00
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
2009-05-21 01:09:32 +02:00
LATEST_LINK= ${PORTNAME}2
2009-11-27 01:50:27 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}
2009-11-27 01:50:27 +01:00
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>