diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-20 08:18:41 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-20 08:18:41 +0000 |
commit | 8c43e0b76f0061eb148b3fd54a59caeb52778d6e (patch) | |
tree | b11577b8265ff2c3704e622e35e50aeb0ffa7b71 /archivers/bzip2/Makefile | |
parent | 9a3f08689d7e66cad85259994efdb4e703d8084f (diff) | |
download | ports-8c43e0b76f0061eb148b3fd54a59caeb52778d6e.tar.gz ports-8c43e0b76f0061eb148b3fd54a59caeb52778d6e.zip |
Notes
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r-- | archivers/bzip2/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile new file mode 100644 index 000000000000..b424489bfe2d --- /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 <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> |