freebsd-ports/misc/quantlib/Makefile
Ying-Chieh Liao a493ffba55 add quantlib
A comprehensive software framework for quantitative finance
2001-08-12 12:39:44 +00:00

22 lines
406 B
Makefile

# 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>