mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
This commit is contained in:
@@ -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
|
||||
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
man/man1/zip.1.gz
|
||||
bin/zip
|
||||
bin/zipnote
|
||||
bin/zipsplit
|
||||
bin/zipcloak
|
||||
Reference in New Issue
Block a user