# New ports collection makefile for: elmerpost # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= elmerpost PORTVERSION= 5.2.0 CATEGORIES= science MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ MAINTAINER= ports@FreeBSD.org COMMENT= Visualization of Numerical Results in the ELMER FEM package BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ wish8.4:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated USE_GL= yes GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= USE_GCC= 4.1+ WITH_FORTRAN= yes F77= ${FC} CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS=${FCFLAGS} PLIST_SUB= ARCH=${MACHINE_ARCH} .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC FFLAGS+= -fPIC .endif .include