blob: 94c6355f7704b9cf1af9e4d70b9f20beb7beda8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Pedro Giffuni <giffunip@asme.org>
# $FreeBSD$
PORTNAME= meshgen2d
PORTVERSION= 5.0.0
PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
PKGNAMEPREFIX= elmer-
MAINTAINER= sylvio@FreeBSD.org
COMMENT= A Mesh Generation Utility for use with the ELMER FEM package
GNU_CONFIGURE= yes
ALL_TARGET=
PLIST_FILES= bin/ElmerMesh2D \
bin/Mesh2D
NO_STAGE= yes
.include <bsd.port.mk>
|