diff options
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> |