# $Id: Portfile 65403 2010-03-26 00:53:57Z ryandesign@macports.org $

PortSystem 1.0
name             dap
conflicts        libdap
version          3.7
categories       math
maintainers      nomaintainer
description      small statistics and graphics package
long_description \
    Dap is a small statistics and graphics package based on C. \
    Version 3.0 of Dap can read SBS programs! The user wishing \
    to perform basic statistical analyses is now freed from \
    learning and using C syntax for straightforward tasks, \
    while retaining access to the C-style graphics and \
    statistics features provided by the original \
    implementation. Dap provides core methods of data \
    management, analysis, and graphics that are commonly used \
    in statistical consulting practice (univariate statistics, \
    correlations and regression, ANOVA, categorical data \
    analysis, logistic regression, and nonparametric analyses).
homepage         http://www.gnu.org/software/dap/dap.html
platforms        darwin
master_sites     gnu

checksums        md5     6d362f3c46e4bd9a5b54153704b4cf76 \
                 sha1    9ffb69a6a68c104005ef670c2dd11f524d0bd74c \
                 rmd160  4cf264dd146c774773eb64007441ea7fdae21145

configure.args   --infodir=${prefix}/share/info

post-destroot {
	file delete -force ${destroot}${prefix}/share/info/dir
}
