1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/archivers/unzip/Makefile

35 lines
1007 B
Makefile
Raw Normal View History

1997-04-27 15:59:18 +00:00
# New ports collection makefile for: unzip
1997-06-19 05:30:08 +00:00
# Version required: 5.3.1
1997-04-27 15:59:18 +00:00
# Date created: 17 October 1994
# Whom: jmz
#
1997-06-19 05:30:08 +00:00
# $Id: Makefile,v 1.13 1997/04/30 02:00:21 ache Exp $
#
1997-06-19 05:30:08 +00:00
DISTNAME= unzip-5.3.1
CATEGORIES= archivers
1997-04-27 15:59:18 +00:00
MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
1997-06-19 05:30:08 +00:00
DISTFILES= unzip531.tar.gz
1996-05-04 12:30:48 +00:00
MAINTAINER= ache@FreeBSD.ORG
1997-04-27 15:59:18 +00:00
NO_WRKSUBDIR= YES
1994-12-23 10:53:21 +00:00
MAKEFILE= unix/Makefile
ALL_TARGET= bsd
1997-04-29 13:07:20 +00:00
MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f
1997-04-27 15:58:17 +00:00
MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin
ln -sf unzip ${PREFIX}/bin/zipinfo
cd ${WRKSRC}/unix && \
${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin
cd ${WRKSRC}/unix && \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
install -d -m 555 -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/share/doc/unzip
cd ${WRKSRC} && \
${INSTALL_DATA} README Where COPYING ${PREFIX}/share/doc/unzip
.include <bsd.port.mk>