# New ports collection makefile for:	Par
# Date created:         6 Aug 1997
# Whom:                 mark@grondar.za
#
# $FreeBSD: ports/textproc/par/Makefile,v 1.8 2001/08/31 08:36:30 wjv Exp $
#

PORTNAME=	par
PORTVERSION=	1.52
CATEGORIES=	textproc
MASTER_SITES=	http://www.cs.berkeley.edu/~amc/Par/
DISTNAME=	Par${PORTVERSION:S|.||}

MAINTAINER=	mark@grondar.za

ALL_TARGET=
MAN1=		par.1

do-configure:
	(cd ${WRKSRC}; ${CP} protoMakefile Makefile)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
