mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8503536d38
Approved by: portmgr (kris)
21 lines
442 B
Makefile
21 lines
442 B
Makefile
# 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
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|