freebsd-ports/math/bihar/Makefile

48 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: fftpack
# Date created: 31 October 1996
# Whom: Pedro Giffuni S.
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 09:20:58 +02:00
PORTNAME= fftpack
PORTVERSION= 1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/
2000-04-14 09:20:58 +02:00
DISTNAME= bihar
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Biharmonic equation in rectangular geometry and polar coordinates
LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack
2000-10-24 02:41:28 +02:00
# ${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>