openbsd-ports/sysutils/pv/Makefile

20 lines
382 B
Makefile

# $OpenBSD: Makefile,v 1.10 2019/07/12 20:49:49 sthen Exp $
COMMENT = monitor the progress of data through a pipeline
DISTNAME = pv-1.6.6
CATEGORIES = sysutils
HOMEPAGE = https://www.ivarch.com/programs/pv.shtml
# Artistic License 2.0
PERMIT_PACKAGE= Yes
MASTER_SITES = https://www.ivarch.com/programs/sources/
WANTLIB = c
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>