pkgsrc/math/fftw/Makefile

25 lines
571 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2001/02/17 18:22:21 wiz Exp $
DISTNAME= fftw-2.1.3
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.fftw.org/
COMMENT= Collection of fast C routines to compute DFTs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+= --enable-i386-hacks
.endif
2000-05-11 04:07:08 +02:00
USE_FORTRAN= yes
USE_GMAKE= yes
INFO_FILES= fftw.info
post-install:
@${RM} -f ${LOCALBASE}/lib/librfftw.la
@${RM} -f ${LOCALBASE}/lib/libfftw.la
.include "../../mk/bsd.pkg.mk"