1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/science/elmer-matc/Makefile
Marcelo Araujo 6cde84da57 - Update MASTER_SITES.
- Project was migrated for SF.
- Files as repacked.
- BUMP PORTREVISION.

Reported by:	Pedro <pfgshield-freebsd@yahoo.com>
2008-03-14 11:04:09 +00:00

33 lines
566 B
Makefile

# New ports collection makefile for: Elmer-MatC
# Date created: 5 Jan 2006
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= matc
PORTVERSION= 5.4.0
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= SF/elmerfem
PKGNAMEPREFIX= elmer-
MAINTAINER= araujo@FreeBSD.org
COMMENT= MatC language library used by ELMER FEM package
GNU_CONFIGURE= yes
ALL_TARGET=
USE_FORTRAN= yes
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>