freebsd-ports/science/elmergrid/Makefile
Marcelo Araujo d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00

27 lines
675 B
Makefile

# New ports collection makefile for: ElmerGrid
# Date created: 5 Jan 2006
# Whom: Pedro Giffuni <giffunip@asme.org>
#
# $FreeBSD$
#
PORTNAME= elmergrid
PORTVERSION= 5.3.3
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@FreeBSD.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>