Ticket #63465: Portfile

File Portfile, 782 bytes (added by bugderry, 3 years ago)
Line 
1PortSystem 1.0
2PortGroup       github 1.0
3
4github.setup        dharple detox 1.4.5 v
5
6name            detox
7version         1.4.5
8categories      sysutils
9license         BSD
10maintainers     nomaintainer
11description     Utility designed to clean up filenames, forked by dharple
12long_description        \
13        Detox is a utility designed to clean up filenames. It replaces  \
14        non-standard characters, such as spaces, with standard equivalents
15homepage        http://detox.sourceforge.net
16master_sites    sourceforge
17use_bzip2       yes
18
19checksums       sha256  26ca275b1fecc19019a2fba079cc6a1fa4fae2c74057d5d453533274f52cdb18 \
20                rmd160  f88f5ccb54e78243d9ba2ec82ae2645faa3e469d \
21                size    120091
22
23platforms       darwin
24configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
25
26universal_variant no