Ticket #848: Portfile

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

Portfile for #848

Line 
1# $Id: $
2
3PortSystem 1.0
4name            rpl
5version         1.4.0
6platforms       darwin
7categories      textproc
8maintainers     mich@freebsdcluster.org
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 35af9ac5425f5a6278e5890c3272684e
18use_configure   yes
19destroot {
20                system "cd ${worksrcpath} && \
21                        install src/${name} ${destroot}${prefix}/bin && \
22                        install man/${name}.1 ${destroot}${prefix}/man/man1"
23}