freebsd-ports/math/eigen3/Makefile
Dima Panov 22f5d84c03 - Update strigi to 0.7.2
- Update eigen to 2.0.11
- Update gmm++ to 4.0.0
- Update soprano to 2.4.3
- Update shared-desktop-ontologies to 0.4

With hat on:	kde@
2010-05-11 12:40:01 +00:00

29 lines
577 B
Makefile

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
PORTVERSION= 2.0.12
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>