aboutsummaryrefslogtreecommitdiffstats
path: root/science/elmergrid/Makefile
blob: 3c8d3ec216c8d240c89702f29db5360582f50c2b (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
27
# New ports collection makefile for:    ElmerGrid
# Date created:     5 Jan 2006
# Whom:         Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#

PORTNAME=   elmergrid
PORTVERSION=    5.3.0
CATEGORIES= science
MASTER_SITES=   ftp://ftp.funet.fi/pub/sci/physics/elmer/src/ \
        ftp://ftp.funet.fi/pub/sci/physics/elmer/src/old/

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

ALL_TARGET=
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerGrid   \
        bin/ElmerGrid

post-install:
        ${LN} -sf ${PREFIX}/bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerGrid \
            ${PREFIX}/bin/ElmerGrid

.include <bsd.port.mk>