freebsd-ports/science/elmer-meshgen2d/Makefile
Thierry Thomas 1c94d20647 - Chase the new version to upgrade Elmer 5.2.0.
- Add links under $PREFIX/bin.
2006-07-12 21:58:02 +00:00

32 lines
845 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= 1
CATEGORIES= science
MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/
PKGNAMEPREFIX= elmer-
MAINTAINER= ports@FreeBSD.org
COMMENT= A Mesh Generation Utility for use with the ELMER FEM package
USE_GCC= 4.1+
GNU_CONFIGURE= yes
ALL_TARGET=
PLIST_FILES= bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerMesh2D \
bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-Mesh2D \
bin/ElmerMesh2D bin/Mesh2D
post-install:
${LN} -sf ${PREFIX}/bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-ElmerMesh2D \
${PREFIX}/bin/ElmerMesh2D
${LN} -sf ${PREFIX}/bin/${MACHINE_ARCH}-portbld-freebsd${OSREL}-Mesh2D \
${PREFIX}/bin/Mesh2D
.include <bsd.port.mk>