1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/math/fpc-fftw/Makefile
2009-05-18 15:08:58 +00:00

24 lines
505 B
Makefile

# New ports collection makefile for: fpc-fftw
# Date created: 2006-09-05
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= math lang
PKGNAMESUFFIX= -fftw
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to the FFTW3 library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= FFTW3 "Install FFTW3 library" on
.include "${MASTERDIR}/Makefile"