freebsd-ports/math/superlu/Makefile
Akinori MUSHA a9530e1b94 Update the checksum (2.0.20021113 -> 2.0.20021126). In this repack,
there were only header and typedef changes.

Submitted by:	bento
2002-12-16 12:26:49 +00:00

32 lines
760 B
Makefile

# New ports collection makefile for: SuperLU
# Date created: 31 Oct 97
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= superlu
PORTVERSION= 2.0.20021126
CATEGORIES= math
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
DISTNAME= ${PORTNAME}_2.0
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas
WRKSRC= ${WRKDIR}/SuperLU
ALL_TARGET= superlulib
#
# NOTE: The Matlab interface was not built.
#
do-install:
${INSTALL_DATA} ${WRKSRC}/libsuperlu.* ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/SuperLU
${INSTALL_DATA} ${WRKSRC}/INSTALL/*.ps ${PREFIX}/share/doc/SuperLU
.endif
.include <bsd.port.mk>