freebsd-ports/math/taucs/Makefile
Edwin Groothuis aa86583435 NEW port: math/taucs
TAUCS is a C library of sparse linear solvers. It's very
	fast and it works well with low memory configurations.

PR:		ports/55196
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2004-01-03 10:27:38 +00:00

37 lines
947 B
Makefile

# New ports collection makefile for: taucs
# Date created: 5 July 2003
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= taucs
PORTVERSION= 2.2
CATEGORIES= math
MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= C library of sparse linear solvers
BUILD_DEPENDS= ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas \
${LOCALBASE}/lib/liblapack.a:${PORTSDIR}/math/lapack \
${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
MAKEFILE= makefile
ALL_TARGET=
do-install:
@${INSTALL_DATA} ${WRKSRC}/lib/FreeBSD/libtaucs.a ${PREFIX}/lib
@${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/direct ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/bin/FreeBSD/iter ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>