2d8b17ea39
With hat: portmgr
18 lines
391 B
Makefile
18 lines
391 B
Makefile
# Created by: Pedro Giffuni <giffunip@asme.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= elmergrid
|
|
PORTVERSION= 5.4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= A Mesh Manipulation Utility for use with the ELMER FEM package
|
|
|
|
ALL_TARGET=
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/ElmerGrid
|
|
|
|
.include <bsd.port.mk>
|