This commit is contained in:
joey
1997-11-18 00:27:10 +00:00
parent 2b4b1b46e0
commit 2db20778e2
4 changed files with 49 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# OpenBSD makefile for: zip.with_encryption
# http://infozip.cdrom.com/pub/infozip/
#
# Version required: 2.2s
# Date created: 17 Nov 1997
# Whom: ejovi
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/18 00:27:10 joey Exp $
#
DISTNAME= zip22
PKGNAME= zip+crypt-2.2s
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.icce.rug.nl/infozip/OLD/beta/
DISTFILES= zip22.zip zcrypt27.zip
MAINTAINER= joey@OpenBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
RESTRICTED= "import/re-export restrictions for USA and early BETA stage"
EXTRACT_CMD= unzip
EXTRACT_ARGS= -oq
NO_WRKSUBDIR= yes
MAKEFILE= unix/Makefile
MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f
ALL_TARGET= generic
MAN1= zip.1
post-extract:
cd ${WRKSRC} && rm -f flags
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} zip zipnote zipsplit zipcloak ${PREFIX}/bin
cd ${WRKSRC}/man && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>
@@ -0,0 +1 @@
Create/update ZIP files compatible with pkzip, passwords enabled
+4
View File
@@ -0,0 +1,4 @@
Zip is a compression and file packaging utility. It is compatible with
PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip
called unzip (of course) which you should be able to find the same place
you got zip.
+5
View File
@@ -0,0 +1,5 @@
man/man1/zip.1.gz
bin/zip
bin/zipnote
bin/zipsplit
bin/zipcloak