1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/archivers/bzip/Makefile
Akinori MUSHA 1af57b45a6 The distfile is corrupt on this master site at the moment. Replace it
with a mirror mite that has a genuine copy.

Submitted by:	bento
2002-09-24 09:24:30 +00:00

29 lines
770 B
Makefile

# New ports collection makefile for: bzip
# Date created: Fr 27 Sep 1996 11:47:35 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= bzip
PORTVERSION= 0.21
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/tools/archivers/bzip/
MAINTAINER= ports@FreeBSD.org
NO_CDROM= "Restrictive copyright (don't sell for profit)"
MAN1= bzip.1 bunzip.1
pre-install:
@${CAT} ${FILESDIR}/COPYRIGHT
do-install:
${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip
${LN} -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bzip.1
${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bunzip.1
.include <bsd.port.mk>