DESCR

FFTPACK is a collection of FORTRAN 77 subroutines for the computation
of the Fast Fourier Transform of both real and complex periodic
sequences.

This version of FFTPACK was converted to double precision by
Hugh C. Pumphrey.

Makefile

# $NetBSD: Makefile,v 1.15 2009/12/12 22:14:34 asau Exp $

DISTNAME= dfftpack-20001209
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Double precision version of FFTPACK

NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_LANGUAGES= fortran
WRKSRC= ${WRKDIR}/dfftpack

PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= lib share/doc/dfftpack share/examples/dfftpack

post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}

post-install:
@for f in README doc doc.double ; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/share/doc/dfftpack ; done
${INSTALL_DATA} ${WRKSRC}/test.f ${DESTDIR}${PREFIX}/share/examples/dfftpack

.include "../../mk/bsd.pkg.mk"

PLIST

@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:42 joerg Exp $
lib/libdfftpack.a
share/doc/dfftpack/README
share/doc/dfftpack/doc
share/doc/dfftpack/doc.double
share/examples/dfftpack/test.f

distinfo

$NetBSD: distinfo,v 1.3 2005/02/23 12:06:54 agc Exp $

SHA1 (dfftpack-20001209.tar.gz) = 058986ce5d7617966f8bdc418d2c2aaeda52bef9
RMD160 (dfftpack-20001209.tar.gz) = 1e87fbe979e75e89e5a8f4b965aae0bc5b062b24
Size (dfftpack-20001209.tar.gz) = 20475 bytes