1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/math/fftw3-long/Makefile
Michael Johnson d63a13eb34 Add slave port fftw3-float
Fast C routines (Single Percision)
Add slave port fftw3-long
   Fast C routines (Long Double Percision)

Approved by:	pav (co mentor)
2004-11-07 21:56:43 +00:00

16 lines
297 B
Makefile

# New ports collection makefile for: fftw3-long
# Date created: 2004-09-01
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
COMMENT= Fast C routines (Long Double Percision)
FFTW3_FLAVOR= long
MASTERDIR= ${.CURDIR}/../../math/fftw3
.include "${MASTERDIR}/Makefile"