diff options
Diffstat (limited to 'science/elmergrid/Makefile')
-rw-r--r-- | science/elmergrid/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/science/elmergrid/Makefile b/science/elmergrid/Makefile new file mode 100644 index 000000000000..85968c03f257 --- /dev/null +++ b/science/elmergrid/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ElmerGrid +# Date created: 5 Jan 2006 +# Whom: Pedro Giffuni <giffunip@asme.org> +# +# $FreeBSD$ +# + +PORTNAME= elmergrid +PORTVERSION= 5.0.2 +CATEGORIES= science +MASTER_SITES= ftp://ftp.funet.fi/pub/sci/physics/elmer/ + +MAINTAINER= giffunip@asme.org +COMMENT= A Mesh Manipulation 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}-ElmerGrid + +.include <bsd.port.mk> |