1 | # $Id: Portfile 21076 2008-02-04 00:23:57Z lefevre $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name unison-2.13 |
---|
5 | version 2.13.16 |
---|
6 | categories net |
---|
7 | maintainers vincent-opdarw@vinc17.org |
---|
8 | description Unison File Synchronizer |
---|
9 | long_description Unison is a file-synchronization tool for Unix and \ |
---|
10 | Windows. It allows two replicas of a collection of \ |
---|
11 | files and directories to be stored on different hosts \ |
---|
12 | (or different disks on the same host), modified \ |
---|
13 | separately, and then brought up to date by propagating \ |
---|
14 | the changes in each replica to the other. |
---|
15 | homepage http://www.cis.upenn.edu/~bcpierce/unison/ |
---|
16 | master_sites ${homepage}download/releases/unison-2.13.16/ |
---|
17 | distname unison-2.13.16 |
---|
18 | platforms darwin openbsd |
---|
19 | checksums md5 a79bf5f4ebf2a1eaf15b1ac97f827374 \ |
---|
20 | sha1 3f119f6a6e8bc5ade8933d4693075a768f0abf9a \ |
---|
21 | rmd160 171d8bbc788be31227f6b09d1793a984d33bfdfc |
---|
22 | patchfiles patch-Makefile |
---|
23 | |
---|
24 | use_configure no |
---|
25 | |
---|
26 | build.args UISTYLE=text NATIVE=true THREADS=true |
---|
27 | depends_build bin:camlp4:ocaml |
---|
28 | |
---|
29 | destroot.args PREFIX=${prefix} UISTYLE=text NATIVE=true THREADS=true |
---|