mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
16 lines
289 B
Makefile
16 lines
289 B
Makefile
|
# New ports collection makefile for: fftw-float
|
||
|
# Date created: 2004-09-02
|
||
|
# Whom: Michael Johnson <ahze@ahze.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTREVISION= 0
|
||
|
|
||
|
COMMENT= Fast C routines (Single Percision)
|
||
|
|
||
|
FFTW_FLAVOR= float
|
||
|
MASTERDIR= ${.CURDIR}/../../math//fftw
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|