freebsd-ports/math/fftw3-float/Makefile
Diane Bruce 8b92a2cd89 - Ensure Fortran shim is not built if USE_FORTRAN is not set.
- Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran
- Have to bump PORTREVISION for package builds etc..
- Fix silly spelling mistakes "Percision" -> "Precision" noted.

Reviewed by:	itetcu (portmgr)
Approved by:	ahze (Maintainer)
2009-06-17 19:29:52 +00:00

16 lines
386 B
Makefile

# 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= 1
COMMENT= Fast C routines (Single Precision)
FFTW3_FLAVOR= float
MASTERDIR= ${.CURDIR}/../../math/fftw3
.include "${MASTERDIR}/Makefile"