freebsd-ports/math/eigen2/Makefile

30 lines
577 B
Makefile
Raw Normal View History

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
2010-08-03 19:51:23 +02:00
PORTVERSION= 2.0.15
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
post-patch:
@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>