diff options
author | John Baldwin <jhb@FreeBSD.org> | 2004-03-10 16:38:25 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2004-03-10 16:38:25 +0000 |
commit | b94d25458360defb8c2bec6c1b17f10853d99dde (patch) | |
tree | afb1751c87cae87d6bc2adefbe80e0b83a0ddb97 /math/libmath++/Makefile | |
parent | 9c0586294fea292acc9415e26e02c8e02a26ba3a (diff) |
Notes
Diffstat (limited to 'math/libmath++/Makefile')
-rw-r--r-- | math/libmath++/Makefile | 20 |
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> |