mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
8b92a2cd89
- 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)
18 lines
364 B
Makefile
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"
|