340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
40 lines
859 B
Makefile
40 lines
859 B
Makefile
# New ports collection makefile for: elmerpost
|
|
# Date created: 5 Jan 2006
|
|
# Whom: Pedro Giffuni <giffunip@asme.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= elmerpost
|
|
PORTVERSION= 5.4.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= science
|
|
MASTER_SITES= SF/elmerfem
|
|
|
|
MAINTAINER= araujo@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
|
|
USE_XORG= x11 xt xi
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET=
|
|
|
|
USE_FORTRAN= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CFLAGS+= -fPIC
|
|
FFLAGS+= -fPIC
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|