ba072d1713
Approved by: miwi (mentor)
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# New ports collection makefile for: ElmerGrid
|
|
# Date created: 5 Jan 2006
|
|
# Whom: 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>
|