summaryrefslogtreecommitdiff
path: root/math/bihar/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-02-14 08:53:05 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-02-14 08:53:05 +0000
commit9b7bcc6702e704ac87235a642dd536375fc9beed (patch)
tree58269260bd8ca7d22e1639105a812eb1c3c365f5 /math/bihar/Makefile
parent(1) Use IGNOREFILES correctly. The dist/patchfiles should either be (diff)
Import of fftpack, a library of FFT routines from netlib.
Closes PR #2574. Submitted by: Pedro Giffuni S.
Notes
Notes: svn path=/head/; revision=5603
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r--math/bihar/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
new file mode 100644
index 000000000000..9ac962bf84df
--- /dev/null
+++ b/math/bihar/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: fftpack
+# Version required: ?
+# Date created: 31 October 1996
+# Whom: pgs
+#
+# $Id$
+#
+
+DISTNAME= fftpack
+PKGNAME= fftpack-1.0
+CATEGORIES= math
+MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
+EXTRACT_SUFX= .tar
+EXTRACT_ARGS= -xvf
+
+MAINTAINER= ports@FreeBSD.org
+
+# ${DISTFILES} is automatically created from the directory contents
+IGNOREFILES= ${DISTFILES}
+
+post-extract:
+ uncompress $(WRKSRC)/*.f.Z
+
+pre-build:
+ ${RM} $(WRKSRC)/.depend
+ ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} $(PREFIX)/share/doc/fftlib
+ ${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/
+.endif
+ ldconfig -m ${PREFIX}/lib
+
+.include <bsd.port.mk>