aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r--archivers/unzip/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
deleted file mode 100644
index 5bb715a4b011..000000000000
--- a/archivers/unzip/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: unzip
-# Version required: 5.12
-# Date created: 17 October 1994
-# Whom: jmz
-#
-# $Id$
-#
-
-DISTNAME= unzip-5.12
-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" \
- 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>