1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/math/elmer-umfpack/Makefile

37 lines
718 B
Makefile
Raw Normal View History

# New ports collection makefile for: elmer-umfpack
# Date created: 5 Jan 2006
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= umfpack
2006-07-12 21:57:11 +00:00
PORTVERSION= 4.4
PORTEPOCH= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/
PKGNAMEPREFIX= elmer-
MAINTAINER= ports@FreeBSD.org
COMMENT= UMFPACK library used by ELMER FEM package
CONFLICTS= umfpack-[0-9].[0-9]* suitesparse-[0-9].[0-9]*
USE_GCC= 4.1+
WITH_FORTRAN= yes
F77= ${FC}
CONFIGURE_ENV+= FC=${FC} F77=${FC}
GNU_CONFIGURE= yes
ALL_TARGET=
# This should be looked up by autoconf
CFLAGS+= -DGETRUSAGE
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>