diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 12:45:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 12:45:25 +0800 |
commit | 0682aa7ca310456c14e9ca4bebb31ab2a948922a (patch) | |
tree | 9b37c675e8ed0a29d1cd7761e5dee726cb01830b /archivers/unzip | |
parent | 6c080e298acb9105dcb8020a91d2e4a862c7a996 (diff) | |
download | freebsd-ports-gnome-0682aa7ca310456c14e9ca4bebb31ab2a948922a.tar.gz freebsd-ports-gnome-0682aa7ca310456c14e9ca4bebb31ab2a948922a.tar.zst freebsd-ports-gnome-0682aa7ca310456c14e9ca4bebb31ab2a948922a.zip |
The rest of the archiver Makefiles. (I've already fixed Andrey's
Makefiles before.)
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 13 |
1 files changed, 11 insertions, 2 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" \ |