blob: 1529610afecd50a2b60455cac47f378e19f11271 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: fftw3-float
# Date created: 2004-09-01
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $
PORTREVISION= 0
MAINTAINER= ahze@ahze.net
COMMENT= Fast C routines (Single Percision)
FFTW3_FLAVOR= float
MASTERDIR= ${.CURDIR}/../../math/fftw3
.include "${MASTERDIR}/Makefile"
|