summaryrefslogtreecommitdiff
path: root/math/eigen3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:03 +0000
commitb36e665e56175a7588102bec06e2ac62ffff3b5e (patch)
treed8c04c2dd9d515238e6ff20e97948fc22f7f82be /math/eigen3/Makefile
parent9a9990fce5c321d0ddf8afab886e1a0b61cbee55 (diff)
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r--math/eigen3/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
deleted file mode 100644
index 75baa5bbd54b..000000000000
--- a/math/eigen3/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: eigen
-# Date created: 2008-01-18
-# Whom: arved
-#
-# $FreeBSD$
-
-PORTNAME= eigen
-PORTVERSION= 2.0.15
-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>