diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-07 20:59:16 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-07 20:59:16 +0000 |
commit | 9bb2aedd50faee7fc2d7ca4cd4fc5f9b2ea60e31 (patch) | |
tree | d67bc1e1217e356f1f15e337b5cad293e32f034e /math/fpc-fftw | |
parent | 8f94b105f3c2f89e4e522ce274166b5723dc6b73 (diff) | |
download | ports-9bb2aedd50faee7fc2d7ca4cd4fc5f9b2ea60e31.tar.gz ports-9bb2aedd50faee7fc2d7ca4cd4fc5f9b2ea60e31.zip |
Notes
Diffstat (limited to 'math/fpc-fftw')
-rw-r--r-- | math/fpc-fftw/Makefile | 22 | ||||
-rw-r--r-- | math/fpc-fftw/pkg-plist | 9 |
2 files changed, 31 insertions, 0 deletions
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile new file mode 100644 index 000000000000..63f65098d090 --- /dev/null +++ b/math/fpc-fftw/Makefile @@ -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" diff --git a/math/fpc-fftw/pkg-plist b/math/fpc-fftw/pkg-plist new file mode 100644 index 000000000000..e9e062895de1 --- /dev/null +++ b/math/fpc-fftw/pkg-plist @@ -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 |