Ticket #1754: Portfile.2

File Portfile.2, 865 bytes (added by mww@…, 20 years ago)

alternative Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4name            watch
5version         3.2.1
6categories      sysutils
7maintainers     mjhsieh@yahoo.com
8description     WATCH executes a program periodically, showing output fullscreen
9long_description        Watch is like "top" for arbitrary commands. It runs \
10                        command repeatedly, displaying its output (the first \
11                        screen full). This  allows you to watch the program \
12                        output change over time. This is part of the  linux \
13                        "procps" package
14
15homepage        http://sourceforge.net/projects/procps/
16master_sites    http://procps.sourceforge.net/
17distname        procps-${version}
18platforms       darwin
19checksums       md5 2672014ec05deb20680713a7b750cb16
20
21use_configure   no
22
23build.target    watch
24build.args      PKG_LDFLAGS=""
25
26destroot        {
27        xinstall -m 0755 ${worksrcpath}/watch ${destroot}${prefix}/bin
28        xinstall -m 0644 ${worksrcpath}/watch.1 \
29                ${destroot}${prefix}/share/man/man1
30}