1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Satoshi Asami 19e38c2e9f Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
1995-04-12 04:56:21 +00:00

28 lines
668 B
Makefile

# New ports collection makefile for: zip
# Version required: 2.0.1
# Date created: 22 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.2 1995/04/01 12:43:39 jkh Exp $
#
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
ALL_TARGET= freebsd
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
install:
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>