1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/fftw3-fortran/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

18 lines
364 B
Makefile

# New ports collection makefile for: fftw3-fortran
# Date created: June 14, 2009
# Whom: Diane Bruce <db@FreeBSD.org>
#
# $FreeBSD$
PORTREVISION= 0
COMMENT= Fast C routines (Long Double Precision) with fortran shim
FFTW3_FLAVOR= default
FORTRAN_SHIM= yes
MASTERDIR= ${.CURDIR}/../../math/fftw3
ONLY_FOR_ARCHS= i386 sparc64
.include "${MASTERDIR}/Makefile"