pkgsrc/math/fftpack/Makefile
asau dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00

23 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/07/30 10:36:28 asau Exp $
DISTNAME= fftpack-20001130
PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Single precision Fortran FFT subroutines
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
USE_LANGUAGES= fortran77
WRKSRC= ${WRKDIR}/fftpack
INSTALLATION_DIRS= lib share/doc/fftpack
PKG_DESTDIR_SUPPORT= user-destdir
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
${INSTALL_DATA} ${WRKSRC}/doc ${DESTDIR}${PREFIX}/share/doc/fftpack
.include "../../mk/bsd.pkg.mk"