Last change
on this file since 82862 was
82862,
checked in by jmr@…, 8 years ago
|
silc-client: add pkgconfig dep
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.7 KB
|
Line | |
---|
1 | # $Id: Portfile 82862 2011-08-21 04:20:04Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name silc-client |
---|
6 | version 1.1.4 |
---|
7 | revision 1 |
---|
8 | categories irc |
---|
9 | description client for the silc-network. |
---|
10 | long_description silc-client is a client for the SILC (Secure Internet \ |
---|
11 | Live Conferencing) protocol. SILC provides secure \ |
---|
12 | conferencing services in the Internet over insecure channel. |
---|
13 | homepage http://silcnet.org/ |
---|
14 | platforms darwin |
---|
15 | maintainers nomaintainer |
---|
16 | master_sites ${homepage}download/client/sources/ |
---|
17 | checksums md5 03e9ef2eb4ce6267bf791c450b929fb7 \ |
---|
18 | sha1 043fd02ffc0bb420d411c4ca14ad307b48beaa06 \ |
---|
19 | rmd160 519ba59912da4bb514330ca8e87979844f957ad0 |
---|
20 | use_bzip2 yes |
---|
21 | use_parallel_build yes |
---|
22 | |
---|
23 | patchfiles patch-perl-common.h.diff \ |
---|
24 | patch-module.h.diff |
---|
25 | |
---|
26 | depends_build port:pkgconfig |
---|
27 | depends_lib port:gettext \ |
---|
28 | path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
29 | path:bin/perl:perl5 |
---|
30 | configure.args --without-silcd \ |
---|
31 | --with-docdir=${prefix}/share/${name} \ |
---|
32 | --with-helpdir=${prefix}/share/${name} \ |
---|
33 | --with-simdir=${prefix}/share/${name} \ |
---|
34 | --with-logsdir=${prefix}/var/log/${name} \ |
---|
35 | --disable-asm |
---|
36 | |
---|
37 | post-destroot { |
---|
38 | file delete ${destroot}${prefix}/lib/perl5/5.8.8/darwin-2level/perllocal.pod |
---|
39 | } |
---|
40 | |
---|
41 | universal_variant no |
---|
42 | |
---|
43 | livecheck.type regex |
---|
44 | livecheck.url ${homepage} |
---|
45 | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |
---|
Note: See
TracBrowser
for help on using the repository browser.