aboutsummaryrefslogtreecommitdiff
path: root/science/elmer-meshgen2d/Makefile
blob: 8ae44c25ff1d4b6811d5881dc82e74b699ea444b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	elmer-meshgen2d
# Date created:		5 Jan 2006
# Whom:			Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#

PORTNAME=	meshgen2d
PORTVERSION=	5.0.0
PORTREVISION=	4
CATEGORIES=	science
MASTER_SITES=	SF/elmerfem
PKGNAMEPREFIX=	elmer-

MAINTAINER=	araujo@FreeBSD.org
COMMENT=	A Mesh Generation Utility for use with the ELMER FEM package

USE_FORTRAN=	yes

GNU_CONFIGURE=	yes
ALL_TARGET=

PLIST_FILES=	bin/ElmerMesh2D \
		bin/Mesh2D

.include <bsd.port.mk>