Fast C routines (Single Percision) Add slave port fftw3-long Fast C routines (Long Double Percision) Approved by: pav (co mentor)
17 lines
320 B
Makefile
17 lines
320 B
Makefile
# New ports collection makefile for: fftw3-float
|
|
# Date created: 2004-09-01
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= ahze@ahze.net
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW3_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|