diff options
author | tg <tg@FreeBSD.org> | 1997-07-08 08:29:25 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-07-08 08:29:25 +0000 |
commit | 7408585360e844ac0e6854aec98d8cdbab0c6030 (patch) | |
tree | 3eb462596ebe8b20b7d498eb9e840c4eda2a36a9 /math/freefem/Makefile | |
parent | 8dbcbb24462f8db6929079a0c2a58e25bf6b5cbd (diff) | |
download | FreeBSD-ports-7408585360e844ac0e6854aec98d8cdbab0c6030.zip FreeBSD-ports-7408585360e844ac0e6854aec98d8cdbab0c6030.tar.gz |
Upgrade 3.0 -> 3.4.
PR: 40455
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Diffstat (limited to 'math/freefem/Makefile')
-rw-r--r-- | math/freefem/Makefile | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index b858a39..fa12f74 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -1,33 +1,30 @@ # New ports collection makefile for: freefem -# Version required: 3.0 +# Version required: 3.4 # Date created: 20 December 1996 # Whom: pgiffuni@FPS.biblos.unal.edu.co # -# $Id: Makefile,v 1.1.1.1 1997/01/11 11:38:43 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/17 12:23:45 max Exp $ # -DISTNAME= freefem -PKGNAME= freefem-3.0 +DISTNAME= freefem-3.4 CATEGORIES= math cad -MASTER_SITES= ftp://ftp.ann.jussieu.fr/pub/soft/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.asci.fr/~prudhomm/gfem-html/freefem/ MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co USE_X11= yes -USE_GMAKE= yes -MAKEFILE= makefile.x -ALL_TARGET= - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/freefem ${PREFIX}/bin +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-adapt --with-optimization post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/freefem/exampl.pde - ${CP} ${WRKSRC}/freefem.hlp ${PREFIX}/share/doc/freefem - ${GZIP_CMD} ${PREFIX}/share/doc/freefem/freefem.hlp - ${CP} ${WRKSRC}/exampl.pde/* ${PREFIX}/share/doc/freefem/exampl.pde + ${MKDIR} ${PREFIX}/share/doc/freefem + ${MKDIR} ${PREFIX}/share/examples + ${CP} ${WRKSRC}/doc/freefem.dvi ${PREFIX}/share/doc/freefem + ${CP} ${WRKSRC}/doc/freefem.ps ${PREFIX}/share/doc/freefem + ${CP} ${WRKSRC}/doc/freefem.txt ${PREFIX}/share/doc/freefem + ${GZIP_CMD} ${PREFIX}/share/doc/freefem/freefem.txt + ${MV} ${PREFIX}/share/freefem ${PREFIX}/share/examples .endif .include <bsd.port.mk> |