pkgsrc/sysutils/pv/Makefile
kristerw 658a83fc72 Update pv to 0.4.5 by applying patches provided by Piotr Stolc in PR 19884.
Changes since 0.4.0 include:
  + added Portuguese (Brazilian) translation thanks to Eduardo Aguiar
  + pause/resume support - don't count time while stopped
  + stop output when resumed in the background
  + terminal size change support
  + bugfix: <=> indicator no longer sticks at right hand edge
2003-01-22 21:35:49 +00:00

29 lines
802 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/01/22 21:35:49 kristerw Exp $
#
DISTNAME= pv-0.4.5
CATEGORIES= sysutils
MASTER_SITES= http://www.ivarch.com/programs/sources/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
MAINTAINER= socrtp@soclab.eu.org
HOMEPAGE= http://www.ivarch.com/programs/pv.shtml
COMMENT= Monitor the progress of data through a pipeline
BUILD_USES_MSGFMT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
INFO_FILES= pv.info
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pv
.for i in ../README index.html manual.html quickref.txt lsm NEWS TODO COPYING
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/pv
.endfor
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"