- New port: math/fpc-fftw
Free Pascal interface to the FFTW3 library Approved by: garga (mentor,implicit)
This commit is contained in:
parent
8f94b105f3
commit
9bb2aedd50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172531
3 changed files with 32 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
SUBDIR += fftw3-float
|
||||
SUBDIR += fftw3-long
|
||||
SUBDIR += fityk
|
||||
SUBDIR += fpc-fftw
|
||||
SUBDIR += freefem
|
||||
SUBDIR += freefem++
|
||||
SUBDIR += freemat
|
||||
|
|
22
math/fpc-fftw/Makefile
Normal file
22
math/fpc-fftw/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: fpc-fftw
|
||||
# Date created: 2006-09-05
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= math lang
|
||||
PKGNAMESUFFIX= -fftw
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal interface to the FFTW3 library
|
||||
|
||||
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
||||
LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
math/fpc-fftw/pkg-plist
Normal file
9
math/fpc-fftw/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/fftw_s.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/fftw_s.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/libpfftw_s.a
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Reference in a new issue