freebsd-ports/textproc/par/Makefile
Johann Visagie 50513328c3 - Fix PORTVERSION, which was not updatd during the last update of the port.
- Automatically infer DISTNAME based on PORTVERSION.

Approved by:	markm (MAINTAINER)
2001-08-31 08:36:30 +00:00

26 lines
523 B
Makefile

# New ports collection makefile for: Par
# Date created: 6 Aug 1997
# Whom: mark@grondar.za
#
# $FreeBSD$
#
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>