- New port: math/fpc-fftw
Free Pascal interface to the FFTW3 library Approved by: garga (mentor,implicit)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user