diff options
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 5bb715a4b011..a169baed359f 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,24 +1,22 @@ # New ports collection makefile for: unzip -# Version required: 5.12 +# Version required: 5.2 # Date created: 17 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/15 04:45:17 asami Exp $ # -DISTNAME= unzip-5.12 +DISTNAME= unzip-5.2 CATEGORIES+= archivers -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ -DISTFILES= unzip512.tar.Z +MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/ +DISTFILES= unzip52.tar.Z + +MAINTAINER= ache@FreeBSD.ORG MAKEFILE= unix/Makefile ALL_TARGET= bsd -MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \ +MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \ INSTALL="install -c -o bin -g bin" \ prefix=${PREFIX} -f -pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/man/man1 - .include <bsd.port.mk> |