blob: 5342bade1b3349770a9978e45fe559a13644c6a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.robertjohnkaper.com/downloads/atlantik/
MAINTAINER= jhb@FreeBSD.org
COMMENT= C++ Library for Symbolic and Numeric Calculus Applications
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|