Michael Johnson d63a13eb34 Add slave port fftw3-float
Fast C routines (Single Percision)
Add slave port fftw3-long
   Fast C routines (Long Double Percision)

Approved by:	pav (co mentor)
2004-11-07 21:56:43 +00:00

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"