diff options
Diffstat (limited to 'math/freefem')
-rw-r--r-- | math/freefem/Makefile | 9 | ||||
-rw-r--r-- | math/freefem/distinfo | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 869be384af9b..8c00bffd7214 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -3,19 +3,26 @@ # Date created: 20 December 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.5 1998/04/01 02:23:51 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/05 09:31:29 asami Exp $ # DISTNAME= freefem-3.4 CATEGORIES= math cad MASTER_SITES= http://www.asci.fr/~prudhomm/gfem-html/freefem/ +EXTRACT_SUFX= .zip MAINTAINER= giffunip@asme.org +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-adapt --with-optimization +EXTRACT_CMD= unzip +EXTRACT_BEFORE_ARGS= -q -o +EXTRACT_AFTER_ARGS= -d ${WRKDIR} + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/freefem diff --git a/math/freefem/distinfo b/math/freefem/distinfo index 5bd7a98889f1..443393041c8c 100644 --- a/math/freefem/distinfo +++ b/math/freefem/distinfo @@ -1 +1 @@ -MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac +MD5 (freefem-3.4.zip) = 9166faf696380ec71e9ec53669139b9d |