freebsd-ports/math/bihar/Makefile
Cheng-Lung Sung e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00

49 lines
1 KiB
Makefile

# New ports collection makefile for: fftpack
# Date created: 31 October 1996
# Whom: Pedro Giffuni S.
#
# $FreeBSD$
#
PORTNAME= bihar
PORTVERSION= 1.0
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.1:${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
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.1 ${PREFIX}/lib/libbihar.so
.endif
.include <bsd.port.post.mk>