diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /math/bihar/Makefile | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r-- | math/bihar/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile deleted file mode 100644 index d12a8930d7fe..000000000000 --- a/math/bihar/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: fftpack -# Date created: 31 October 1996 -# Whom: Pedro Giffuni S. -# -# $FreeBSD$ -# - -PORTNAME= fftpack -PORTVERSION= 1.0 -CATEGORIES= math -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ -DISTNAME= bihar -EXTRACT_SUFX= .tar - -MAINTAINER= giffunip@asme.org - -# ${DISTFILES} is automatically created from the directory contents -IGNOREFILES= ${DISTFILES} -EXTRACT_CMD= ${TAR} -EXTRACT_BEFORE_ARGS= -xf -EXTRACT_AFTER_ARGS= # empty - -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -post-extract: - ${GUNZIP_CMD} $(WRKSRC)/*.f.gz - -pre-build: - ${RM} $(WRKSRC)/.depend - ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/fftpack - -${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc - ${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/ -.endif -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so -.endif - -.include <bsd.port.post.mk> |