1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/zip/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

27 lines
602 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.7 1996/11/12 02:17:55 obrien 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
MAN1= zip.1 zipgrep.1
.include <bsd.port.mk>