1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/zip/Makefile

28 lines
673 B
Makefile
Raw Normal View History

1994-12-22 12:33:40 +00:00
# New ports collection makefile for: zip
# Version required: 2.0.1
# Date created: 22 Dec 1994
# Whom: ache
#
1995-04-24 10:58:57 +00:00
# $Id: Makefile,v 1.4 1995/04/16 00:25:14 asami Exp $
1994-12-22 12:33:40 +00:00
#
1994-12-22 12:33:40 +00:00
DISTNAME= zip201
PKGNAME= zip-2.0.1
CATEGORIES+= archivers
MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ache@FreeBSD.ORG
1994-12-22 12:33:40 +00:00
ALL_TARGET= freebsd
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
1995-04-24 10:58:57 +00:00
do-install:
1994-12-22 12:33:40 +00:00
cd ${WRKSRC}; install -c -o bin -g bin zip.1 zipgrep.1 ${PREFIX}/man/man1
cd ${WRKSRC}; install -c -o bin -g bin zip zipnote zipsplit zipcloak zipgrep ${PREFIX}/bin
.include <bsd.port.mk>