1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup user454322 realpath 1.0.0 v |
---|
8 | github.tarball_from releases |
---|
9 | categories sysutils |
---|
10 | platforms darwin |
---|
11 | license BSD |
---|
12 | maintainers yahoo.com.mx:dev.modprobe |
---|
13 | description realpath(1) |
---|
14 | long_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 |
---|
18 | github.master_sites ${github.homepage}/archive/[join ${github.tag_prefix} ""]${github.version} |
---|
19 | checksums sha256 5640f1ea965225ea0bed9faab5c567cbb6e36702f6ed682dcb41ce946b6e2483 |
---|
20 | configure.pre_args "" |
---|
21 | configure.args -b ${prefix}/bin \ |
---|
22 | -m ${prefix}/share/man |
---|
23 | build.target "" |
---|
24 | test.run yes |
---|
25 | test.cmd make test |
---|
26 | |
---|