aboutsummaryrefslogtreecommitdiff
path: root/math/libmath++/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-03-10 16:38:25 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-03-10 16:38:25 +0000
commitb94d25458360defb8c2bec6c1b17f10853d99dde (patch)
treeafb1751c87cae87d6bc2adefbe80e0b83a0ddb97 /math/libmath++/Makefile
parent9c0586294fea292acc9415e26e02c8e02a26ba3a (diff)
Notes
Diffstat (limited to 'math/libmath++/Makefile')
-rw-r--r--math/libmath++/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/libmath++/Makefile b/math/libmath++/Makefile
new file mode 100644
index 000000000000..ab2b3f38358c
--- /dev/null
+++ b/math/libmath++/Makefile
@@ -0,0 +1,20 @@
+# 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.surakware.net/pub/unstable/releases/libmath++/
+
+MAINTAINER= jhb@FreeBSD.org
+COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>