freebsd-ports/math/eigen3/Makefile
Max Brazhnikov 98e87f8b5c 1) Update to 2.0.2
2) Fix dependent ports on 6.x by using malloc instead of posix_memalign

PR:		ports/134863 (2)
Submitted by:	amdmi3
2009-05-22 19:54:09 +00:00

20 lines
376 B
Makefile

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
DISTVERSION= 2.0.2
CATEGORIES= math
MASTER_SITES= http://download.tuxfamily.org/eigen/
MAINTAINER= kde@FreeBSD.org
COMMENT= Lightweight library for vector and matrix math
USE_BZIP2= yes
USE_CMAKE= yes
LATEST_LINK= ${PORTNAME}2
.include <bsd.port.mk>