aboutsummaryrefslogtreecommitdiffstats
path: root/math/freefem
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1999-05-01 20:34:38 +0800
committerjseger <jseger@FreeBSD.org>1999-05-01 20:34:38 +0800
commitbf66188ea8cc884c43be69a337f79f2327741831 (patch)
tree37836894d5dfce53383d04089187fb5afc160763 /math/freefem
parent3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff)
downloadfreebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz
freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.zst
freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.zip
Switch to using USE_ZIP along with minor cleanups to some ports.
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)