1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/zip/Makefile

27 lines
608 B
Makefile
Raw Normal View History

1996-05-04 11:34:31 +00:00
# New ports collection makefile for: zip (without encryption)
# Version required: 2.1
1994-12-22 12:33:40 +00:00
# Date created: 22 Dec 1994
# Whom: ache
#
1997-01-06 21:36:16 +00:00
# $Id: Makefile,v 1.8 1996/11/18 13:56:21 asami Exp $
1994-12-22 12:33:40 +00:00
#
1996-05-04 11:34:31 +00:00
DISTNAME= zip21
PKGNAME= zip-2.1
CATEGORIES= archivers
1997-01-06 21:36:16 +00:00
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
1996-05-04 11:34:31 +00:00
EXTRACT_SUFX= .zip
MAINTAINER= ache@FreeBSD.ORG
1996-05-04 11:34:31 +00:00
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
1994-12-22 12:33:40 +00:00
1996-05-04 11:34:31 +00:00
EXTRACT_CMD= unzip
EXTRACT_ARGS= -oq
NO_WRKSUBDIR= yes
MAKEFILE= unix/Makefile
ALL_TARGET= generic
MAN1= zip.1 zipgrep.1
1994-12-22 12:33:40 +00:00
.include <bsd.port.mk>