pkgsrc/math/fftpack/Makefile
2003-07-17 21:41:05 +00:00

21 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.10 2003/07/17 21:47:30 grant Exp $
DISTNAME= fftpack-20001130
WRKSRC= ${WRKDIR}/fftpack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Single precision Fortran FFT subroutines
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_FORTRAN= YES
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fftpack
${INSTALL_DATA} ${WRKSRC}/doc ${PREFIX}/share/doc/fftpack
.include "../../mk/bsd.pkg.mk"