diff options
-rw-r--r-- | archivers/unzip/Makefile | 13 | ||||
-rw-r--r-- | archivers/zoo/Makefile | 12 |
2 files changed, 22 insertions, 3 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 703a514c959e..5bb715a4b011 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,7 +1,16 @@ -DISTFILES= unzip512.tar.Z +# New ports collection makefile for: unzip +# Version required: 5.12 +# Date created: 17 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= unzip-5.12 -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +DISTFILES= unzip512.tar.Z + MAKEFILE= unix/Makefile ALL_TARGET= bsd MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \ diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index cf13800f4823..64820d3e236d 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,6 +1,16 @@ +# New ports collection makefile for: zoo +# Version required: 2.10pl1 +# Date created: 18 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= zoo-2.10pl1 -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= zoo-2.10.1 CATEGORIES+= archivers +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ + NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile |