1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/zip/Makefile
1996-05-04 11:34:31 +00:00

26 lines
579 B
Makefile

# New ports collection makefile for: zip (without encryption)
# Version required: 2.1
# Date created: 22 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.5 1995/04/24 10:58:57 asami Exp $
#
DISTNAME= zip21
PKGNAME= zip-2.1
CATEGORIES+= archivers
MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/
EXTRACT_SUFX= .zip
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_ARGS= -oq
NO_WRKSUBDIR= yes
MAKEFILE= unix/Makefile
ALL_TARGET= generic
.include <bsd.port.mk>