Ticket #45418: Portfile

File Portfile, 898 bytes (added by user454322 (Javier), 10 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5PortGroup           github 1.0
6
7github.setup        user454322 realpath 1.0.0 v
8github.tarball_from releases
9categories          sysutils
10platforms           darwin
11license             BSD
12maintainers         yahoo.com.mx:dev.modprobe
13description         realpath(1)
14long_description    realpath uses realpath(3) to resolve the path of the \
15                    filename(s) supplied as arguments and prints the result \
16                    to stdout.
17#See https://trac.macports.org/ticket/40518
18github.master_sites ${github.homepage}/archive/[join ${github.tag_prefix} ""]${github.version}
19checksums           sha256 5640f1ea965225ea0bed9faab5c567cbb6e36702f6ed682dcb41ce946b6e2483
20configure.pre_args  ""
21configure.args      -b ${prefix}/bin \
22                    -m ${prefix}/share/man
23build.target        ""
24test.run            yes
25test.cmd            make test
26