mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7bf1652bda
- Convert few ports to USES
12 lines
212 B
Makefile
12 lines
212 B
Makefile
# Created by: Michael Johnson <ahze@ahze.net>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= Fast C routines (Single Percision)
|
|
|
|
FFTW_FLAVOR= float
|
|
MASTERDIR= ${.CURDIR}/../../math/fftw
|
|
|
|
.include "${MASTERDIR}/Makefile"
|