diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-16 17:48:15 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-16 17:48:15 +0800 |
commit | 704274b2fe8080647b7db398654359b0dc26bd45 (patch) | |
tree | d9bb758fae48098e0c474a4b1504072596f1e4a5 /math/fftpack/Makefile | |
parent | 4a848edb6a19ba531535cf8b0feb64c4617f60ef (diff) | |
download | freebsd-ports-gnome-704274b2fe8080647b7db398654359b0dc26bd45.tar.gz freebsd-ports-gnome-704274b2fe8080647b7db398654359b0dc26bd45.tar.zst freebsd-ports-gnome-704274b2fe8080647b7db398654359b0dc26bd45.zip |
Upgrade to bihar (double precision version)
PR: ports/4914
Submitted by: Pedro Giffuni S. <giffunip@asme.org>
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r-- | math/fftpack/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index d0194f5ed4c7..14b8919014c1 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: fftpack # Version required: ? # Date created: 31 October 1996 -# Whom: pgs +# Whom: Pedro Giffuni S. # -# $Id: Makefile,v 1.3 1997/07/17 15:12:55 max Exp $ +# $Id: Makefile,v 1.4 1997/11/13 12:55:17 tg Exp $ # -DISTNAME= fftpack +DISTNAME= bihar PKGNAME= fftpack-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ EXTRACT_SUFX= .tar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= giffunip@asme.org # ${DISTFILES} is automatically created from the directory contents IGNOREFILES= ${DISTFILES} -EXTRACT_BEFORE_ARGS= -xvf +EXTRACT_BEFORE_ARGS= -xf post-extract: gunzip $(WRKSRC)/*.f.gz @@ -27,8 +27,9 @@ pre-build: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/fftlib - ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftlib/ + ${MKDIR} $(PREFIX)/share/doc/fftpack + gzip ${WRKSRC}*.doc + ${CP} $(WRKSRC)/doc.gz $(PREFIX)/share/doc/fftpack/ .endif ${LDCONFIG} -m ${PREFIX}/lib |