aboutsummaryrefslogtreecommitdiff
path: root/math/eigen3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/eigen3/Makefile')
-rw-r--r--math/eigen3/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
deleted file mode 100644
index be26db571c7b..000000000000
--- a/math/eigen3/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: eigen
-# Date created: 2008-01-18
-# Whom: arved
-#
-# $FreeBSD$
-
-PORTNAME= eigen
-PORTVERSION= 1.0.5
-CATEGORIES= math
-MASTER_SITES= http://download.tuxfamily.org/eigen/
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Lightweight library for vector and matrix math
-
-USE_CMAKE= yes
-CMAKE_SOURCE_PATH= ..
-WRKSRC= ${WRKDIR}/${PORTNAME}/build
-
-post-patch:
- ${MKDIR} ${WRKSRC}
-
-.include <bsd.port.mk>