Ticket #850: Portfile

File Portfile, 919 bytes (added by mich@…, 21 years ago)

Portfile for #850

Line 
1# $Id: $
2
3PortSystem 1.0
4name            p4delta
5version         1.3.2
6platforms       darwin
7categories      devel
8maintainers     mich@freebsdcluster.org
9description     Summarizes and manages differences between local files and Perforce
10long_description   \
11                p4delta works with a project that is in the Perforce configuration \
12                management system. It lists the local files that have been added, \
13                changed, or deleted. Content differences are summarized, i.e., the \
14                number of lines of code that have been added, changed, and deleted. \
15                It can also add, edit, and remove the appropriate files to/from \
16                Perforce.
17homepage        http://p4delta.sourceforge.net
18master_sites    sourceforge:${name}
19checksums       md5 21cf94ea4540e0b96eb1d148c7f927f9
20depends_run     bin:p4:perforce
21configure       { }
22destroot {
23                system "cd ${worksrcpath} && \
24                        install ${name} ${destroot}${prefix}/bin && \
25                        install ${name}.1 ${destroot}${prefix}/man/man1"
26}