mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
d74ec15160
- Mark fftw3-long ONLY_FOR_ARCHS=i386 sparc64 PR: 93925 (did not use)
17 lines
412 B
Makefile
17 lines
412 B
Makefile
# New ports collection makefile for: fftw3-float
|
|
# Date created: 2004-09-01
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $
|
|
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= ahze@ahze.net
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW3_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|