diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
commit | 8b564b5192b294067cb0130be5d93572a73a8d50 (patch) | |
tree | aa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/bzip/Makefile | |
parent | 78879a265da1d7043bcd319b2f1b34fb6177b5de (diff) | |
download | pkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz |
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/bzip/Makefile')
-rw-r--r-- | archivers/bzip/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile new file mode 100644 index 00000000000..0a8ad78102a --- /dev/null +++ b/archivers/bzip/Makefile @@ -0,0 +1,28 @@ +# 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> +# +# $Id: Makefile,v 1.1.1.1 1997/10/27 02:18:57 hubertf Exp $ +# + +DISTNAME= bzip-0.21 +CATEGORIES= archivers +MASTER_SITES= http://www.cs.man.ac.uk/arch/people/j-seward/ + +MAINTAINER= andreas@klemm.gtn.com + +NO_CDROM= "Restrictive copyright (don't sell for profit)" +MAN1= bzip.1 bunzip.1 + +pre-install: + @${CAT} ${FILESDIR}/COPYRIGHT + +do-install: + ${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip + ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip + 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> |