diff options
author | steve <steve@FreeBSD.org> | 1999-03-15 01:53:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-03-15 01:53:49 +0000 |
commit | 0fabf57de3c25bb9bc9c270230ec148f289090b3 (patch) | |
tree | 5db9103ba07958fda53f1221e7fbba2446f59399 /math | |
parent | aa5f09c128c3f5afe353cb63965971e718d01ddc (diff) | |
download | FreeBSD-ports-0fabf57de3c25bb9bc9c270230ec148f289090b3.zip FreeBSD-ports-0fabf57de3c25bb9bc9c270230ec148f289090b3.tar.gz |
The distfile is zip'd instead of a gzip'd tarball.
PR: 10219
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Diffstat (limited to 'math')
-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 869be38..8c00bff 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 5bd7a98..4433930 100644 --- a/math/freefem/distinfo +++ b/math/freefem/distinfo @@ -1 +1 @@ -MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac +MD5 (freefem-3.4.zip) = 9166faf696380ec71e9ec53669139b9d |