freebsd-ports/textproc/par/Makefile
Pav Lucistnik bcb2637b9c - Par 1.52 on FreeBSD does not work as expected by the upstreams author. On
FreeBSD, the isspace() system call returns true for the non-breaking space
  character 0xA0, but this is an unintended side effect.

PR:		ports/64845
Submitted by:	Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Not objected:	maintainer (2 weeks)
2004-04-17 12:46:28 +00:00

30 lines
593 B
Makefile

# New ports collection makefile for: Par
# Date created: 6 Aug 1997
# Whom: mark@grondar.za
#
# $FreeBSD$
#
PORTNAME= par
PORTVERSION= 1.52
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.nicemice.net/par/
DISTNAME= Par${PORTVERSION:S|.||}
MAINTAINER= mark@grondar.za
COMMENT= Paragraph reformatter for email
ALL_TARGET=
MAN1= par.1
PLIST_FILES= bin/par
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>