# $Id: Portfile,v 1.1 2004/04/24 09:03:31 mww Exp $

PortSystem 1.0
name	   	watch
version	    	3.2.1
categories  	sysutils
maintainers 	mjhsieh@yahoo.com
description    	watch executes a program periodically, showing output fullscreen
long_description	watch is like "top" for arbitrary commands. It runs \
			command repeatedly, displaying its output (the first \
			screen full). This  allows you to watch the program \
			output change over time. This is part of the  linux \
			"procps" package

homepage	http://sourceforge.net/projects/procps/
master_sites	http://procps.sourceforge.net/
distname	procps-${version}
platforms	darwin
checksums	md5 2672014ec05deb20680713a7b750cb16

use_configure	no

build.target	watch
build.args	PKG_LDFLAGS=""

destroot	{ 
	xinstall -m 0755 ${worksrcpath}/watch ${destroot}${prefix}/bin
	xinstall -m 0644 ${worksrcpath}/watch.1 \
		${destroot}${prefix}/share/man/man1
}
