From 539536fae4fd527bda14770b3bd20226a83059a5 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 1 May 1999 12:34:38 +0000 Subject: Switch to using USE_ZIP along with minor cleanups to some ports. --- math/freefem/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'math') 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) -- cgit v1.2.3