diff options
Diffstat (limited to 'archivers/pkzip/Makefile')
-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 |