1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/archivers/unzip/Makefile
1997-01-06 21:43:33 +00:00

24 lines
590 B
Makefile

# New ports collection makefile for: unzip
# Version required: 5.2
# Date created: 17 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1996/11/18 13:55:59 asami Exp $
#
DISTNAME= unzip-5.2
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
DISTFILES= unzip52.tar.gz
MAINTAINER= ache@FreeBSD.ORG
MAKEFILE= unix/Makefile
ALL_TARGET= bsd
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \
INSTALL="install -c -o bin -g bin" \
prefix=${PREFIX} -f
MAN1= funzip.1 unzip.1 unzipsfx.1 zipinfo.1
.include <bsd.port.mk>