e51ec79311
switch to https while there
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.9 2017/07/19 18:24:41 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_CDROM= Yes
|
|
|
|
MASTER_SITES = https://www.ivarch.com/programs/sources/
|
|
|
|
WANTLIB = c
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|