summaryrefslogtreecommitdiff
path: root/math/eigen3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r--math/eigen3/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
deleted file mode 100644
index 9bcd631f40fe..000000000000
--- a/math/eigen3/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: eigen
-# Date created: 2008-01-18
-# Whom: arved
-#
-# $FreeBSD$
-
-PORTNAME= eigen
-PORTVERSION= 2.0.5
-PORTEPOCH= 1
-CATEGORIES= math
-MASTER_SITES= http://bitbucket.org/eigen/eigen2/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}2
-
-.include <bsd.port.mk>