forked from Lainports/freebsd-ports
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# New ports collection makefile for: fftw3-float
|
|
# Date created: 2004-09-01
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
|
|
MAINTAINER= ahze@ahze.net
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW3_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|