Ticket #19822: Portfile

File Portfile, 908 bytes (added by shinji310@…, 15 years ago)

Portfile for libconfuse

Line 
1# $Id: Portfile 48911 2009-03-31 10:02:34Z ryandesign@macports.org $
2
3PortSystem              1.0
4
5name                    libconfuse
6version                 2.6
7categories              devel
8platforms               darwin
9maintainers             nomaintainer
10description             libConfuse is a configuration file parser library
11long_description        ${description}
12
13homepage                http://www.nongnu.org/confuse/
14master_sites            http://savannah.nongnu.org/download/confuse/ \
15                        http://bzero.se/confuse/
16distname                confuse-${version}
17checksums               md5 0e883d66f0f58fc33585b430c652aa30
18
19depends_build           path:bin/pkg-config:pkgconfig
20
21post-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}