pkgsrc/math/dcdflib.f/Makefile
jtb 1a26416ca6 Initial import of dcdflib.f.
This library contains routines to compute cumulative distribution
functions, inverses, and parameters of the distribution for the
following set of statistical distributions:

    (1) Beta
    (2) Binomial
    (3) Chi-square
    (4) Noncentral Chi-square
    (5) F
    (6) Noncentral F
    (7) Gamma
    (8) Negative Binomial
    (9) Normal
    (10) Poisson
    (11) Student's t
    (12) Noncentral t

Given values of all but one parameter of a distribution, the other is
computed.  These calculations are done with FORTRAN Double Precision
variables.
2001-04-17 00:19:57 +00:00

20 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 00:19:57 jtb Exp $
DISTNAME= dcdflib.f-1.1
CATEGORIES= math
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
COMMENT= Library of Fortran Routines for Cumulative Distribution Functions
USE_FORTRAN= yes
WRKSRC= ${WRKDIR}/dcdflib.f/src
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.f
${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/dcdflib.f
${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/dcdflib.f
.include "../../mk/bsd.pkg.mk"