mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
29 lines
543 B
Makefile
29 lines
543 B
Makefile
# Created by: Pedro Giffuni <giffunip@asme.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= matc
|
|
PORTVERSION= 5.4.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
|
PKGNAMEPREFIX= elmer-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MatC language library used by ELMER FEM package
|
|
|
|
CXXFLAGS+= -Wno-deprecated
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fortran
|
|
|
|
PLIST_SUB= ARCH=${MACHINE_ARCH}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CFLAGS+= -fPIC
|
|
FFLAGS+= -fPIC
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|