18 lines
321 B
Makefile
18 lines
321 B
Makefile
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>
|