diff options
author | araujo <araujo@FreeBSD.org> | 2009-07-10 08:38:10 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-07-10 08:38:10 +0800 |
commit | 6fa6d43fab6850936a040664069193a28ed9a72c (patch) | |
tree | 78b5e179986316f0f53d75d0ba0cc21740b1d1d0 /science/elmer-matc | |
parent | 1c6ff289c6055d41f28b0af5fa8ce3958c7e4e6d (diff) | |
download | freebsd-ports-gnome-6fa6d43fab6850936a040664069193a28ed9a72c.tar.gz freebsd-ports-gnome-6fa6d43fab6850936a040664069193a28ed9a72c.tar.zst freebsd-ports-gnome-6fa6d43fab6850936a040664069193a28ed9a72c.zip |
- Fix build.
- Sorted plist file.
- Pass maintainer to submitter.
PR: ports/136396
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'science/elmer-matc')
-rw-r--r-- | science/elmer-matc/Makefile | 10 | ||||
-rw-r--r-- | science/elmer-matc/pkg-plist | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/science/elmer-matc/Makefile b/science/elmer-matc/Makefile index f70392dfe072..bdb6a799ae78 100644 --- a/science/elmer-matc/Makefile +++ b/science/elmer-matc/Makefile @@ -7,18 +7,18 @@ PORTNAME= matc PORTVERSION= 5.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= SF/elmerfem PKGNAMEPREFIX= elmer- -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= MatC language library used by ELMER FEM package -GNU_CONFIGURE= yes -ALL_TARGET= +CXXFLAGS+= -Wno-deprecated -USE_FORTRAN= yes +GNU_CONFIGURE= yes +USE_FORTRAN= g77 PLIST_SUB= ARCH=${MACHINE_ARCH} diff --git a/science/elmer-matc/pkg-plist b/science/elmer-matc/pkg-plist index c631322bebff..5c4bc3496a0b 100644 --- a/science/elmer-matc/pkg-plist +++ b/science/elmer-matc/pkg-plist @@ -1,6 +1,6 @@ bin/matc +lib/libmatc.a include/elmer/fnames.h include/elmer/gra.h include/elmer/matc.h @dirrm include/elmer -lib/libmatc.a |