1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/archivers/unzip/Makefile
David E. O'Brien d23a795680 CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00

23 lines
536 B
Makefile

# New ports collection makefile for: unzip
# Version required: 5.2
# Date created: 17 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.5 1996/05/04 12:30:40 ache Exp $
#
DISTNAME= unzip-5.2
CATEGORIES= archivers
MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/
DISTFILES= unzip52.tar.Z
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
.include <bsd.port.mk>