24 lines
480 B
Makefile
24 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/20 17:22:42 espie 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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|