openbsd-ports/sysutils/pv/Makefile
2010-10-19 07:43:00 +00:00

24 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/10/19 07:43:02 espie Exp $
COMMENT = monitor the progress of data through a pipeline
DISTNAME = pv-1.1.4
CATEGORIES = sysutils
HOMEPAGE = http://www.ivarch.com/programs/pv.shtml
# Artistic License 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES = http://pipeviewer.googlecode.com/files/
WANTLIB = c
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
.include <bsd.port.mk>