mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
26 lines
577 B
Makefile
26 lines
577 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.6 1996/05/04 11:34:16 ache 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>
|