Ticket #7590: Portfile

File Portfile, 812 bytes (added by josh_root@…, 18 years ago)

the Portfile

Line 
1# $Id:
2
3PortSystem 1.0
4name              quilt
5version           0.44
6categories        devel
7maintainers       josh_root@users.sourceforge.net
8description       patch management scripts
9long_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
14homepage          http://savannah.nongnu.org/projects/quilt/
15
16master_sites    http://savannah.nongnu.org/download/quilt/
17checksums       md5 90ec3740a590d86af40f81792885f446 \
18                sha1 a678225ebb21cd06b44fa2e18ed424ba6de7f561 \
19                rmd160 f4659a1beea0c9235abf90800ea8034772517789
20
21depends_lib port:gsed port:getopt
22
23configure.args-append --with-sed=${prefix}/bin/gnused
24destroot.destdir prefix=${destroot}${prefix}