1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/science/elmer-meshgen2d/Makefile
Sylvio Cesar Teixeira ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00

25 lines
509 B
Makefile

# 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= 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
.include <bsd.port.mk>