freebsd-ports/science/elmer-eio/Makefile
Marcelo Araujo 6ac20ad188 - No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now
done via Mk/bsd.gcc.mk.

Reported by:	gerald
2009-01-20 17:35:18 +00:00

32 lines
582 B
Makefile

# New ports collection makefile for: elmer-eio
# Date created: 5 Jan 2006
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= eio
PORTVERSION= 5.4.0
PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= SF/elmerfem
PKGNAMEPREFIX= elmer-
MAINTAINER= araujo@FreeBSD.org
COMMENT= ELMER FEM Package Data base Interface
USE_FORTRAN= yes
GNU_CONFIGURE= yes
ALL_TARGET=
PLIST_FILES= include/eio_api.h lib/libeioc.a lib/libeiof.a
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
FCFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>