aboutsummaryrefslogtreecommitdiff
path: root/math/libmath++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/libmath++/Makefile')
-rw-r--r--math/libmath++/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile
deleted file mode 100644
index 1a2291945d42..000000000000
--- a/math/libmath++/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: libmath++
-# Date created: 14 February 2004
-# Whom: John Baldwin <jhb@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libmath++
-PORTVERSION= 0.0.3
-CATEGORIES= math devel
-MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/
-
-MAINTAINER= jhb@FreeBSD.org
-COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
-
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>