aboutsummaryrefslogtreecommitdiffstats
path: root/math/bihar/Makefile
blob: d57fe091cb1ad37f5a108d5e245044cd0b962fc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:    fftpack
# Date created:         31 October 1996
# Whom:         Pedro Giffuni S.
#
# $FreeBSD$
#

PORTNAME=   bihar
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= math
MASTER_SITES=   ftp://netlib.bell-labs.com/netlib/
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=   .tar

MAINTAINER= ports@FreeBSD.org
COMMENT=    Biharmonic equation in rectangular geometry and polar coordinates

LIB_DEPENDS=    linpack.3:${PORTSDIR}/math/linpack

# ${DISTFILES} is automatically created from the directory contents
IGNOREFILES=    ${DISTFILES}
EXTRACT_CMD=    ${TAR}
EXTRACT_BEFORE_ARGS=    -xf
EXTRACT_AFTER_ARGS= # empty

USE_LDCONFIG=   yes
WANT_FORTRAN=   yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC=     gfortran42
F77=        gfortran42
MAKE_ENV+=  FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"

PORTDOCS=   fft.doc.gz

.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} ${DOCSDIR}
    -${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
    ${CP} $(WRKSRC)/fft.doc.gz ${DOCSDIR}
.endif
.if ${PORTOBJFORMAT} == "aout"
    ${LN} -sf libbihar.so.2 ${PREFIX}/lib/libbihar.so
.endif

.include <bsd.port.post.mk>