forked from Lainports/freebsd-ports
multimedia/phonon port has been split into phonon itself, phonon-xine and phono-gstreamer backends. After updating phonon port you have to install at least one backend. phonon-xine backend is recommended for KDE.
18 lines
349 B
Makefile
18 lines
349 B
Makefile
# New ports collection makefile for: eigen
|
|
# Date created: 2008-01-18
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eigen
|
|
DISTVERSION= 2.0.0
|
|
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
|
|
|
|
.include <bsd.port.mk>
|