23 lines
470 B
Makefile
23 lines
470 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/04/03 18:03:04 giovanni Exp $
|
||
|
|
||
|
COMMENT = monitor the progress of data through a pipeline
|
||
|
|
||
|
DISTNAME = pv-1.1.4
|
||
|
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>
|