1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/archivers/bzip2/Makefile
Chris Piazza 4852c81ad3 Put in some new master sites, the old one moved and doesn't hold the
files any more.

Note that this should probably be updated to 0.9.5b some time.

PR:		12881
Submitted by:	Will Andrews <andrews@technologist.com>
1999-08-01 01:49:16 +00:00

35 lines
1009 B
Makefile

# ex:ts=8
# New ports collection makefile for: bzip2
# Version required: 0.9.0c
# Date created: 19 Nov 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.10 1999/04/19 22:28:11 obrien Exp $
#
DISTNAME= bzip2-0.9.0c
CATEGORIES= archivers
MASTER_SITES= http://www.bzip2.org/bzip2/v090/ \
http://www.digistar.com/bzip2/
MAINTAINER= obrien@FreeBSD.org
FETCH_BEFORE_ARGS= -b
MAN1= bzip2.1
MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1 bzip2.1 bzip2recover.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2
${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bzcat
${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/bzlib.h ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libbz2.a ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/bzip2
${INSTALL_DATA} ${WRKSRC}/manual* ${PREFIX}/share/doc/bzip2
.endif
.include <bsd.port.mk>