1997-02-14 09:53:05 +01:00
|
|
|
# New ports collection makefile for: fftpack
|
|
|
|
# Date created: 31 October 1996
|
1997-11-16 10:48:15 +01:00
|
|
|
# Whom: Pedro Giffuni S.
|
1997-02-14 09:53:05 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-02-14 09:53:05 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= fftpack
|
|
|
|
PORTVERSION= 1.0
|
1997-02-14 09:53:05 +01:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
|
2000-04-14 09:20:58 +02:00
|
|
|
DISTNAME= bihar
|
1997-02-14 09:53:05 +01:00
|
|
|
EXTRACT_SUFX= .tar
|
|
|
|
|
2001-08-23 22:21:52 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Biharmonic equation in rectangular geometry and polar coordinates
|
1997-02-14 09:53:05 +01:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
|
2000-10-24 02:41:28 +02:00
|
|
|
|
1997-02-14 09:53:05 +01:00
|
|
|
# ${DISTFILES} is automatically created from the directory contents
|
|
|
|
IGNOREFILES= ${DISTFILES}
|
2001-01-16 18:33:20 +01:00
|
|
|
EXTRACT_CMD= ${TAR}
|
1997-11-16 10:48:15 +01:00
|
|
|
EXTRACT_BEFORE_ARGS= -xf
|
1999-02-03 12:12:01 +01:00
|
|
|
EXTRACT_AFTER_ARGS= # empty
|
1997-02-14 09:53:05 +01:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-16 12:38:50 +02:00
|
|
|
|
1998-11-14 10:43:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1997-02-14 09:53:05 +01:00
|
|
|
post-extract:
|
1999-09-09 13:00:04 +02:00
|
|
|
${GUNZIP_CMD} $(WRKSRC)/*.f.gz
|
1997-02-14 09:53:05 +01:00
|
|
|
|
|
|
|
pre-build:
|
|
|
|
${RM} $(WRKSRC)/.depend
|
|
|
|
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
1997-11-16 10:48:15 +01:00
|
|
|
${MKDIR} $(PREFIX)/share/doc/fftpack
|
1997-11-19 02:41:27 +01:00
|
|
|
-${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
|
|
|
|
${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/
|
1997-02-14 09:53:05 +01:00
|
|
|
.endif
|
1998-11-14 10:43:39 +01:00
|
|
|
.if ${PORTOBJFORMAT} == "aout"
|
|
|
|
${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so
|
|
|
|
.endif
|
1997-02-14 09:53:05 +01:00
|
|
|
|
1998-11-14 10:43:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|