Create/update/list/test/extract pkzip ZIP files.

PR:		10617
Submitted by:	David A. Bader <dbader@eece.unm.edu>
This commit is contained in:
Satoshi Taoka 1999-04-30 04:28:47 +00:00
parent 8c2dbcb3ef
commit c5567eea79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18194
5 changed files with 46 additions and 0 deletions

39
archivers/pkzip/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: pkzip
# Version required: 2.2
# Date created: 17 Mar 1999
# Whom: xxx
#
# $Id$
#
DISTNAME= pklin251
PKGNAME= pkzip-2.5
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.pkware.com/
EXTRACT_SUFX= .exe
MAINTAINER= dbader@eece.unm.edu
RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
NO_BUILD= Yes
NO_PACKAGE= Shareware
STRIP=
do-extract:
${MKDIR} ${WRKDIR}
${MKDIR} ${WRKSRC}
${CP} ${PORTSDIR}/distfiles/${DISTFILES} ${WRKSRC}/.
chmod 700 ${WRKSRC}/${DISTFILES}
cd ${WRKSRC} && \
./${DISTFILES}
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} pkzip25 ${PREFIX}/bin
post-install:
@${CAT} ${WRKSRC}/readme.txt
.include <bsd.port.mk>

1
archivers/pkzip/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pklin251.exe) = 1cb0f21b860ee8197a15abeba4963c8c

View File

@ -0,0 +1 @@
Create/update/list/test/extract pkzip ZIP files.

View File

@ -0,0 +1,4 @@
PKZIP 2.51 (Phil Katz ZIP) is a compression and file packaging utility
compatible with the MSDOS ZIP format.
http://www.pkware.com/

View File

@ -0,0 +1 @@
bin/pkzip25