1 | # $Id: Portfile 48911 2009-03-31 10:02:34Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libconfuse |
---|
6 | version 2.6 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | description libConfuse is a configuration file parser library |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://www.nongnu.org/confuse/ |
---|
14 | master_sites http://savannah.nongnu.org/download/confuse/ \ |
---|
15 | http://bzero.se/confuse/ |
---|
16 | distname confuse-${version} |
---|
17 | checksums md5 0e883d66f0f58fc33585b430c652aa30 |
---|
18 | |
---|
19 | depends_build path:bin/pkg-config:pkgconfig |
---|
20 | |
---|
21 | post-destroot { |
---|
22 | xinstall -m 644 -W ${worksrcpath}/doc/man/man3 \ |
---|
23 | cfg_opt_t.3 \ |
---|
24 | cfg_t.3 \ |
---|
25 | cfg_value_t.3 \ |
---|
26 | onfuse.h.3 \ |
---|
27 | {destroot}${prefix}/share/man/man3 |
---|
28 | } |
---|