1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/elmer-umfpack/Makefile

39 lines
761 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
PORTVERSION= 4.4a
CATEGORIES= math
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/
PKGNAMEPREFIX= elmer-
MAINTAINER= giffunip@asme.org
COMMENT= UMFPACK library used by ELMER FEM package
BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran
CONFLICTS= umfpack-[0-9].[0-9]*
USE_GCC= 4.1+
WITH_FORTRAN= yes
FC= ${LOCALBASE}/bin/gfortran41
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>