summaryrefslogtreecommitdiff
path: root/math/freefem
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-05-01 12:34:38 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-05-01 12:34:38 +0000
commit539536fae4fd527bda14770b3bd20226a83059a5 (patch)
treeeff880fe16e3f1280be1ad7c9ada21c74eda89ed /math/freefem
parentBack out to rev 1.3, the last committer is steve. (diff)
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes: svn path=/head/; revision=18296
Diffstat (limited to 'math/freefem')
-rw-r--r--math/freefem/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile
index 8c00bffd7214..33e3f7bdf284 100644
--- a/math/freefem/Makefile
+++ b/math/freefem/Makefile
@@ -3,25 +3,20 @@
# Date created: 20 December 1996
# Whom: Pedro Giffuni
#
-# $Id: Makefile,v 1.6 1998/08/05 09:31:29 asami Exp $
+# $Id: Makefile,v 1.7 1999/03/15 01:53:46 steve 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}
+USE_ZIP= yes
post-install:
.if !defined(NOPORTDOCS)