Ticket #27147: Portfile

File Portfile, 883 bytes (added by grrr@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4name            duply
5version         1.5.3
6platforms       darwin
7categories          sysutils
8maintainers     technokracy.net:grrr   
9description     Duply is a shell front end for the duplicity backup tool.
10long_description \
11    Duply greatly simplifies duplicity's usage by implementing backup job \
12    profiles, batch commands and more.
13homepage        http://duply.net
14platforms       darwin
15
16master_sites    sourceforge:ftplicity
17distfiles       ${name}_${version}.tgz
18worksrcdir      ${name}_${version}
19
20checksums       md5     51e893f7a0f8fc2e549536eef5692527 \
21                sha1    80f4c510e2a35115273311db21a6024fda9d66bf \
22                rmd160  1db7fc679cc93eb8a430f1e9e2a75b0ac5c95d81
23
24depends_lib     port:duplicity
25
26use_configure   no
27build           {}
28
29destroot {
30    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
31}