diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers/pkzip | |
parent | 3da86c6aa2b3345aabb564415cd86b5e3872ca1a (diff) | |
download | ports-59df8af48ea44d533d5de8118602cc174bda92da.tar.gz ports-59df8af48ea44d533d5de8118602cc174bda92da.zip |
Notes
Diffstat (limited to 'archivers/pkzip')
-rw-r--r-- | archivers/pkzip/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile index 3f4181c2fadc..4f9a18564205 100644 --- a/archivers/pkzip/Makefile +++ b/archivers/pkzip/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: pkzip -# Version required: 2.2 # Date created: 17 Mar 1999 # Whom: xxx # # $FreeBSD$ # -DISTNAME= pklin251 -PKGNAME= pkzip-2.5 +PORTNAME= pkzip +PORTVERSION= 2.5 CATEGORIES= archivers linux -MASTER_SITES= ftp://ftp.pkware.com/ +MASTER_SITES= ftp://ftp.pkware.com/ +DISTNAME= pklin251 EXTRACT_SUFX= .exe -MAINTAINER= dbader@eece.unm.edu +MAINTAINER= dbader@eece.unm.edu -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 |