From b669060811043b1d31ee78ce9da35c3d8f7b407a Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 9 Jan 1998 09:53:59 +0000 Subject: Initial import of bzip2, a block-compression archiver, into the NetBSD packages collection, from the FreeBSD port. As pointed out by Charles Hannum, the author of bzip2 thinks it is patent-free, so this should be used in preference to the older bzip package. --- archivers/bzip2/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 archivers/bzip2/Makefile (limited to 'archivers/bzip2/Makefile') diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile new file mode 100644 index 00000000000..a5fcb6e4ab3 --- /dev/null +++ b/archivers/bzip2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: bzip2 +# Version required: 0.1pl2 +# Date created: 19 Nov 1997 +# Whom: Thomas Gellekum +# +# FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp +# + +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 -- cgit v1.2.3