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

29 lines
851 B
Makefile
Raw Normal View History

# New ports collection makefile for: bzip
# Version required: 0.21
# Date created: Fr 27 Sep 1996 11:47:35 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
1996-12-06 10:56:31 +00:00
# $Id: Makefile,v 1.7 1996/11/18 11:15:27 asami Exp $
#
DISTNAME= bzip-0.21
CATEGORIES= archivers
MASTER_SITES= http://www.cs.man.ac.uk/arch/people/j-seward/
1996-10-19 09:15:56 +00:00
MAINTAINER= andreas@klemm.gtn.com
NO_CDROM= yes # Restrictive copyright (don't sell for profit)
MAN1= bzip.1 bunzip.1
pre-install:
@${CAT} ${FILESDIR}/COPYRIGHT
do-install:
1996-12-06 10:56:31 +00:00
${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip
1996-12-06 10:56:31 +00:00
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>