Ticket #14172: Portfile

File Portfile, 1.2 KB (added by vinc17@…, 16 years ago)

My own local portfile for unison-2.13 port

Line 
1# $Id: Portfile 21076 2008-02-04 00:23:57Z lefevre $
2
3PortSystem        1.0
4name              unison-2.13
5version           2.13.16
6categories        net
7maintainers       vincent-opdarw@vinc17.org
8description       Unison File Synchronizer
9long_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.
15homepage          http://www.cis.upenn.edu/~bcpierce/unison/
16master_sites      ${homepage}download/releases/unison-2.13.16/
17distname          unison-2.13.16
18platforms         darwin openbsd
19checksums         md5 a79bf5f4ebf2a1eaf15b1ac97f827374 \
20                  sha1 3f119f6a6e8bc5ade8933d4693075a768f0abf9a \
21                  rmd160 171d8bbc788be31227f6b09d1793a984d33bfdfc
22patchfiles        patch-Makefile
23
24use_configure     no
25
26build.args        UISTYLE=text NATIVE=true THREADS=true
27depends_build     bin:camlp4:ocaml
28
29destroot.args     PREFIX=${prefix} UISTYLE=text NATIVE=true THREADS=true