Ticket #843: Portfile

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

Portfile for #843

Line 
1# $Id: $
2
3PortSystem 1.0
4name            glark
5version         1.6.5
6platforms       darwin
7categories      textproc
8maintainers     mich@freebsdcluster.org
9description     Search text files for complex regular expressions
10long_description   \
11                A replacement for (or supplement to) the grep family, glark offers: Perl/Ruby \
12                regular expressions, highlighting of matches, context around matches, complex \
13                expressions (``and'' and ``or''), and automatic exclusion of non-text files.
14homepage        http://glark.sourceforge.net
15master_sites    sourceforge:${name}
16checksums       md5 5c1fb2980bfe8f1f24f3ae76fe2fcb00
17use_configure   no
18destroot {
19                system "cd ${worksrcpath} && \
20                        install ${name} ${destroot}${prefix}/bin && \
21                        install ${name}.1 ${destroot}${prefix}/man/man1"
22}