mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8c43e0b76f
compression than gzip. The author believes that this program uses only patent-free algorithms. The generated files are not compatible to bzip-compressed files.
27 lines
652 B
Makefile
27 lines
652 B
Makefile
# New ports collection makefile for: bzip2
|
|
# Version required: 0.1pl2
|
|
# Date created: 19 Nov 1997
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= bzip2-0.1pl2
|
|
PKGNAME= bzip2-0.1p2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.muraroa.demon.co.uk/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
MAN1= bzip2.1 bunzip2.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin
|
|
ln -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1
|
|
ln ${PREFIX}/man/man1/bzip2.1 ${PREFIX}/man/man1/bunzip2.1
|
|
|
|
.include <bsd.port.mk>
|