1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name fsvs |
---|
6 | version 1.2.2 |
---|
7 | platforms darwin |
---|
8 | categories devel |
---|
9 | maintainers nomaintainer |
---|
10 | license GPL-3 |
---|
11 | use_bzip2 yes |
---|
12 | |
---|
13 | description |
---|
14 | |
---|
15 | long_description |
---|
16 | |
---|
17 | homepage http://fsvs.tigris.org/ |
---|
18 | master_sites http://download.fsvs-software.org/ \ |
---|
19 | http://download.fsvs-software.org/old/ |
---|
20 | |
---|
21 | checksums md5 b08fb0f2932d2f1ae27529bc5a4df220 \ |
---|
22 | sha1 ede856921a6972cfc891467c5024b3b05732fbbe \ |
---|
23 | rmd160 5655a84bdbc92305679fada7b457e9330f76e630 |
---|
24 | |
---|
25 | depends_lib port:subversion \ |
---|
26 | port:gdbm \ |
---|
27 | port:pcre |
---|
28 | |
---|
29 | patchfiles patch-configure.diff |
---|
30 | |
---|
31 | configure.cflags-append -fnested-functions |
---|
32 | |
---|
33 | #post-destroot { |
---|
34 | # set docdir ${destroot}${prefix}/share/doc/${name} |
---|
35 | # xinstall -d ${docdir} |
---|
36 | # xinstall -m 644 -W ${worksrcpath} \ |
---|
37 | # CHANGES \ |
---|
38 | # LICENSE \ |
---|
39 | # README \ |
---|
40 | # doc/FAQ \ |
---|
41 | # doc/PERFORMANCE \ |
---|
42 | # doc/USAGE \ |
---|
43 | # doc/notice.txt \ |
---|
44 | # ${docdir} |
---|
45 | #} |
---|