summaryrefslogtreecommitdiff
path: root/math/bihar/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-16 09:48:15 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-16 09:48:15 +0000
commitc411e5cd03aa9e6bd390eb31a8d8b02c3b5b6cd2 (patch)
tree0bcb40a19d8a8e2981d60ba1b171aa0b736c1aad /math/bihar/Makefile
parentFix MAINTAINER's email address (diff)
Upgrade to bihar (double precision version)
PR: ports/4914 Submitted by: Pedro Giffuni S. <giffunip@asme.org>
Notes
Notes: svn path=/head/; revision=8661
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r--math/bihar/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index d0194f5ed4c7..14b8919014c1 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/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