diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-12 20:39:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-12 20:39:44 +0800 |
commit | c84d34e5d5e2b97a7014d1274a231576fa085b4d (patch) | |
tree | 1836ee164e6180b6ff0d9e7aaad4a866c6f5e36a /misc/quantlib/Makefile | |
parent | 2afab34e8f4e09e1b3498b4b196bf8cf1eb16fcf (diff) | |
download | freebsd-ports-gnome-c84d34e5d5e2b97a7014d1274a231576fa085b4d.tar.gz freebsd-ports-gnome-c84d34e5d5e2b97a7014d1274a231576fa085b4d.tar.zst freebsd-ports-gnome-c84d34e5d5e2b97a7014d1274a231576fa085b4d.zip |
add quantlib
A comprehensive software framework for quantitative finance
Diffstat (limited to 'misc/quantlib/Makefile')
-rw-r--r-- | misc/quantlib/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/quantlib/Makefile b/misc/quantlib/Makefile new file mode 100644 index 000000000000..5ed56184e36e --- /dev/null +++ b/misc/quantlib/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# New ports collection makefile for: quantlib +# Date created: Aug 12, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= quantlib +PORTVERSION= 0.1.9 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= QuantLib-${PORTVERSION}-src + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |