mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
23 lines
536 B
Makefile
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>
|