1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/math/eigen2/Makefile
Martin Wilke 84daec6f09 The KDE FreeBSD team is proud to announce the release of KDE 4.3.0
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release
notes can be found at:
http://kde.org/announcements/4.3/index.php.

We'd like to say thanks to all helpers and submitters.

Tested by:	pointyhat-exp-run (pav/miwi)
2009-08-04 21:14:07 +00:00

26 lines
513 B
Makefile

# New ports collection makefile for: eigen
# Date created: 2008-01-18
# Whom: arved
#
# $FreeBSD$
PORTNAME= eigen
DISTVERSION= 2.0.52
CATEGORIES= math
MASTER_SITES= http://ns.ael.ru/~fluffy.khv/ \
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
post-patch:
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>