diff options
author | garga <garga@FreeBSD.org> | 2005-10-19 23:00:50 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-19 23:00:50 +0800 |
commit | a671d09c072cc4230f65211c2ce9af01d85db6ed (patch) | |
tree | 841efb22831b50d9bbeed90359ff0db6e103db62 /math/algae/Makefile | |
parent | 8c33c68ef06d0d88075be7d177897f71173b3e46 (diff) | |
download | freebsd-ports-gnome-a671d09c072cc4230f65211c2ce9af01d85db6ed.tar.gz freebsd-ports-gnome-a671d09c072cc4230f65211c2ce9af01d85db6ed.tar.zst freebsd-ports-gnome-a671d09c072cc4230f65211c2ce9af01d85db6ed.zip |
- Update to 4.3.6 [1]
- Pass maintainership to submitter [1]
- Use DATADIR and INFO
- Hacked to build fine on 4.x
PR: ports/87662 [1]
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> [1]
Diffstat (limited to 'math/algae/Makefile')
-rw-r--r-- | math/algae/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/math/algae/Makefile b/math/algae/Makefile index f872fc17e34d..14686e701fd8 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -6,20 +6,28 @@ # PORTNAME= algae -PORTVERSION= 4.3.0 +PORTVERSION= 4.3.6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= laszlof@vonostingroup.com COMMENT= A programming language for numerical analysis GNU_CONFIGURE= yes +USE_REINPLACE= yes ALGAE_VERSION= ${PORTVERSION} PLIST_SUB= ALGAE_VERSION=${ALGAE_VERSION} -MAN1= algae.1 +MAN1= algae.1 +INFO= algae + +post-patch: + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,g' \ + ${WRKSRC}/src/mem.h \ + ${WRKSRC}/superlu/sp_coletree.c \ + ${WRKSRC}/superlu/util.h .include <bsd.port.pre.mk> |