openbsd-ports/archivers/bzip2/Makefile

26 lines
689 B
Makefile
Raw Normal View History

1997-11-24 14:26:36 -05:00
# OpenBSD makefile for: bzip2
# Version required: 0.1pl2
# Date created: 24 Nov 1997
# Whom: angelos@openbsd.org
#
1998-02-20 21:58:53 -05:00
# $OpenBSD: Makefile,v 1.3 1998/02/21 02:58:53 marc Exp $
1997-11-24 14:26:36 -05:00
#
DISTNAME= bzip2-0.1pl2
1998-02-20 21:58:53 -05:00
PKGNAME= bzip2-0.1p12
1997-11-24 14:26:36 -05:00
CATEGORIES= archivers
MASTER_SITES= http://www.muraroa.demon.co.uk/
MAINTAINER= angelos@openbsd.org
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
1997-11-25 16:36:28 -05:00
ln -f ${PREFIX}/man/man1/bzip2.1 ${PREFIX}/man/man1/bunzip2.1
1997-11-24 14:26:36 -05:00
.include <bsd.port.mk>