freebsd-ports/archivers/bzip/Makefile

32 lines
845 B
Makefile
Raw Normal View History

# New ports collection makefile for: bzip
# Date created: Fr 27 Sep 1996 11:47:35 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
1999-08-25 06:25:23 +02:00
# $FreeBSD$
#
PORTNAME= bzip
PORTVERSION= 0.21
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.fu-berlin.de/unix/tools/archivers/bzip/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A block-sorting file compressor
NO_CDROM= "Restrictive copyright (don't sell for profit)"
MAN1= bzip.1 bunzip.1
PLIST_FILES= bin/bzip bin/bunzip
pre-install:
@${CAT} ${FILESDIR}/COPYRIGHT
do-install:
1996-12-06 11:56:31 +01:00
${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip
1999-08-28 03:58:05 +02: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>