0072d7d391
ok sthen@
23 lines
464 B
Makefile
23 lines
464 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/02/16 22:34:34 pascal Exp $
|
|
|
|
COMMENT = monitor the progress of data through a pipeline
|
|
|
|
DISTNAME = pv-1.2.0
|
|
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
|
|
|
|
.include <bsd.port.mk>
|