1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 115381 2014-01-01 05:42:04Z jeremyhu@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name grsync |
---|
7 | version 1.2.4 |
---|
8 | categories net |
---|
9 | license GPL |
---|
10 | platforms darwin |
---|
11 | maintainers gmail.com:mschamschula |
---|
12 | |
---|
13 | description Grsync is a GUI for rsync. |
---|
14 | long_description Grsync makes use of the GTK libraries to synchronize folders, files and make backups. |
---|
15 | homepage http://www.opbyte.it/grsync/ |
---|
16 | |
---|
17 | master_sites http://www.opbyte.it/release/ |
---|
18 | |
---|
19 | checksums rmd160 26e4763755fb058f67adb0efa488a73435b30797 \ |
---|
20 | sha256 5e74819a9188a5f722b8a692d8df0bc011c3ff1f1e8e4bbd8e5989b76e46c370 |
---|
21 | |
---|
22 | build_depends port:pkgconfig |
---|
23 | |
---|
24 | depends_lib port:rsync \ |
---|
25 | port:gtk2 |
---|
26 | |
---|
27 | configure.args --disable-unity |
---|