openbsd-ports/sysutils/pv/Makefile
sthen e51ec79311 update to pv-1.6.6, from Kaashif Hymabaccus
switch to https while there
2017-07-19 18:24:41 +00:00

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>