Ticket #35722: Portfile

File Portfile, 795 bytes (added by kevin@…, 12 years ago)

portfile modified for version 1.4.1

Line 
1# $Id$
2
3PortSystem 1.0
4name            rpl
5version         1.4.1
6platforms       darwin
7categories      textproc
8maintainers     freebsdcluster.org:mich
9description     Rpl is a Unix replacement utility
10long_description   \
11                rpl is a Unix text replacement utility. It will replace strings with new \
12                strings in multiple text files. It can scan directories recursively and \
13                replace strings in all files found. The search can be limited to files \
14                with certain filename suffixes (e.g. '.html', '.c', etc.).
15homepage        http://www.laffeycomputer.com/rpl.html
16master_sites    http://downloads.laffeycomputer.com/current_builds/
17checksums       md5 2eb9c18d97040dc301bfaa8aa70e21a4
18destroot {      system "cd ${worksrcpath} && \
19                install src/${name} ${destroot}${prefix}/bin && \
20                install man/${name}.1 ${destroot}${prefix}/share/man/man1" }