[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / R-akima

Annotation of pkgsrc/math/R-akima/Makefile, Revision 1.15

1.15    ! brook       1: # $NetBSD: Makefile,v 1.14 2019/07/31 18:51:49 brook Exp $
1.1       markd       2:
1.15    ! brook       3: R_PKGNAME=     akima
        !             4: R_PKGVER=      0.6-2
        !             5: CATEGORIES=    math
1.1       markd       6:
                      7: MAINTAINER=    pkgsrc-users@NetBSD.org
1.14      brook       8: COMMENT=       Interpolation of irregularly and regularly spaced data
1.10      brook       9: LICENSE=       acm-license
1.1       markd      10:
1.14      brook      11: DEPENDS+=      R-sp>=1.3.1:../../math/R-sp
1.12      wen        12:
1.11      brook      13: # Note: the ACM license requires notification prior to distribution of
                     14: # modified versions of this package.  If patches are required, then to
                     15: # comply with this NO_BIN_ON_FTP and NO_SRC_ON_FTP must be defined.
                     16:
                     17: # Note: the ACM license requires prior arrangements to distribute the
                     18: # software as part of a commercial product.
1.14      brook      19: RESTRICTED=            Prior arrangements required to distribute commercially
                     20: NO_BIN_ON_CDROM=       ${RESTRICTED}
                     21: NO_SRC_ON_CDROM=       ${RESTRICTED}
1.11      brook      22:
1.9       markd      23: USE_LANGUAGES= fortran c
1.1       markd      24:
                     25: .include "../../math/R/Makefile.extension"
                     26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>