1 | # $Id: |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name quilt |
---|
5 | version 0.44 |
---|
6 | categories devel |
---|
7 | maintainers josh_root@users.sourceforge.net |
---|
8 | description patch management scripts |
---|
9 | long_description \ |
---|
10 | Patchwork Quilt is a set of scripts designed to allow you to\ |
---|
11 | manage a series of patches by keeping track of the changes each\ |
---|
12 | patch makes. Patches can be applied, un-applied, refreshed, etc. |
---|
13 | |
---|
14 | homepage http://savannah.nongnu.org/projects/quilt/ |
---|
15 | |
---|
16 | master_sites http://savannah.nongnu.org/download/quilt/ |
---|
17 | checksums md5 90ec3740a590d86af40f81792885f446 \ |
---|
18 | sha1 a678225ebb21cd06b44fa2e18ed424ba6de7f561 \ |
---|
19 | rmd160 f4659a1beea0c9235abf90800ea8034772517789 |
---|
20 | |
---|
21 | depends_lib port:gsed port:getopt |
---|
22 | |
---|
23 | configure.args-append --with-sed=${prefix}/bin/gnused |
---|
24 | destroot.destdir prefix=${destroot}${prefix} |
---|