openbsd-ports/math/fftw3/Makefile
alek 54dfa2f07b Import fftw3 3.0.1
FFTW is a C subroutine library for computing the discrete Fourier
transform (DFT) in one or more dimensions, of arbitrary input size,
and of both real and complex data (as well as of even/odd data, i.e.
the discrete cosine/sine transforms or DCT/DST).

From Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>
2005-10-03 21:41:52 +00:00

36 lines
760 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/10/03 21:41:52 alek Exp $
COMMENT= "C routines for computing the Discrete Fourier Transform"
V= 3.0.1
DISTNAME= fftw-${V}
PKGNAME= fftw3-${V}
CATEGORIES= math
HOMEPAGE= http://www.fftw.org/
MAINTAINER= Steven Mestdagh <steven.mestdagh@esat.kuleuven.be>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
http://fftw.mirror.fr/
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fftw3
${INSTALL_DATA} ${WRKSRC}/doc/fftw3.pdf ${PREFIX}/share/doc/fftw3
.include <bsd.port.mk>