Changeset 5166


Ignore:
Timestamp:
Feb 3, 2004, 12:30:09 AM (20 years ago)
Author:
waqar
Message:

Updating portfile to conform to porthier.

Location:
trunk/dports
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/comms/lrzsz/Portfile

    r2707 r5166  
    1 # $Id: Portfile,v 1.1 2003/05/29 01:02:07 fkr Exp $
     1# $Id: Portfile,v 1.2 2004/02/03 00:30:05 waqar Exp $
    22
    33PortSystem 1.0
     
    99homepage        http://www.ohse.de/uwe/software/lrzsz.html
    1010description     free x/y/zmodem implementation
    11 long_description        lrzsz is a unix communication package providing the \
    12                         XMODEM, YMODEM ZMODEM file transfer protocols.
     11long_description        \
     12        lrzsz is a unix communication package providing the \
     13        XMODEM, YMODEM ZMODEM file transfer protocols.
    1314master_sites    http://www.ohse.de/uwe/releases/
    1415checksums       md5 b5ce6a74abc9b9eb2af94dffdfd372a4
    15 configure.args  --program-transform-name=s/l//
     16configure.args  --program-transform-name=s/l// \
     17                --infodir=${prefix}/share/info --mandir=${prefix}/share/man
    1618patchfiles      patch-zglobal.h
  • trunk/dports/comms/minicom/Portfile

    r2733 r5166  
    1 # $Id: Portfile,v 1.1 2003/06/03 03:30:34 waqar Exp $
     1# $Id: Portfile,v 1.2 2004/02/03 00:30:06 waqar Exp $
    22
    33PortSystem 1.0
     
    1818patchfiles      patch-windiv.c
    1919configure.args  --enable-dfl-port=/dev/cu.modem \
    20                 --enable-lock-dir=${prefix}/var
     20                --enable-lock-dir=${prefix}/var  \
     21                --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     22
  • trunk/dports/devel/boehmgc/Portfile

    r3173 r5166  
    1 # $Id: Portfile,v 1.4 2003/08/05 09:29:00 jkh Exp $
     1# $Id: Portfile,v 1.5 2004/02/03 00:30:06 waqar Exp $
    22
    33PortSystem 1.0
     
    2323                --enable-parallel-mark \
    2424                --enable-cplusplus
    25 post-destroot {  system "mkdir -p ${destroot}${prefix}/include/gc"
    26                 system "cd ${worksrcpath} && install -m 444 \
    27                 include/gc.h ${destroot}${prefix}/include/gc" }
     25post-destroot   {
     26        system "mkdir -p ${destroot}${prefix}/include/gc"
     27        system "cd ${worksrcpath} && install -m 444 \
     28             include/gc.h ${destroot}${prefix}/include/gc"
     29}
     30
    2831variant redirect {
    2932        configure.args-append  --enable-redirect-malloc
  • trunk/dports/devel/class-dump/Portfile

    r4703 r5166  
    1 # $Id: Portfile,v 1.7 2004/01/15 00:48:09 waqar Exp $
     1# $Id: Portfile,v 1.8 2004/02/03 00:30:06 waqar Exp $
    22
    33PortSystem 1.0
     
    2424build.type      pbx
    2525build.target
    26 destroot.destdir
    27 destroot        {  system "cd ${worksrcpath}/build && install -m 555 \
    28                         class-dump ${destroot}${prefix}/bin/" }
     26destroot        {
     27        system "cd ${worksrcpath}/build && install -m 555 \
     28                class-dump ${destroot}${prefix}/bin/"
     29}
  • trunk/dports/devel/cook/Portfile

    r3173 r5166  
    1 # $Id: Portfile,v 1.3 2003/08/05 09:29:01 jkh Exp $
     1# $Id: Portfile,v 1.4 2004/02/03 00:30:06 waqar Exp $
    22
    3 PortSystem    1.0
    4 name          cook
    5 version       2.24
    6 categories    devel
    7 maintainers   waqar@opendarwin.org
    8 description   Cook is a replacement for the traditional make(1) tool.
    9 long_description   Cook is a tool for constructing files. It is given a \
    10                 set of files to create, and recipes of how to create \
    11                 them. In any non-trivial program there will be \
    12                 prerequisites to performing the actions necessary to \
    13                 creating any file, such as include files. Cook provides \
    14                 a mechanism to define these.
    15 homepage      http://www.canb.auug.org.au/~millerp/cook/cook.html
    16 platforms     darwin
    17 master_sites  http://www.canb.auug.org.au/~millerp/${name}/
    18 checksums     md5 a6614c7fbabfa7450fec990715684e14
     3PortSystem 1.0
     4name            cook
     5version         2.24
     6categories      devel
     7maintainers     waqar@opendarwin.org
     8description     Cook is a replacement for the traditional make(1) tool.
     9long_description        \
     10        Cook is a tool for constructing files. It is given a \
     11        set of files to create, and recipes of how to create \
     12        them. In any non-trivial program there will be \
     13        prerequisites to performing the actions necessary to \
     14        creating any file, such as include files. Cook provides \
     15        a mechanism to define these.
     16homepage        http://www.canb.auug.org.au/~millerp/cook/cook.html
     17platforms       darwin
     18master_sites    http://www.canb.auug.org.au/~millerp/${name}/
     19checksums       md5 a6614c7fbabfa7450fec990715684e14
    1920pre-configure {
    20         reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \
    21                    "${worksrcpath}/Makefile.in"
     21        reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \
     22           "${worksrcpath}/Makefile.in"
    2223}
    23 
    24 pre-destroot {
    25               system "install -d ${destroot}${prefix}/bin"
    26               system "install -d ${destroot}${prefix}/man/man1"
    27               system "install -d ${destroot}${prefix}/lib/cook"
    28               system "install -d ${destroot}${prefix}/share/cook" }
     24configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
  • trunk/dports/devel/flawfinder/Portfile

    r3581 r5166  
    1 # $Id: Portfile,v 1.5 2003/10/04 05:35:48 waqar Exp $
     1# $Id: Portfile,v 1.6 2004/02/03 00:30:06 waqar Exp $
    22
    33PortSystem      1.0
     
    1919use_configure   no
    2020build.target
    21 destroot      { system "cd ${worksrcpath} && install -m 555 \
    22                      ${name} ${destroot}${prefix}/bin/"
    23                system "cd ${worksrcpath} && install -m 444 \
    24                      ${name}.1 ${destroot}${prefix}/man/man1/" }
     21destroot        {
     22        system "cd ${worksrcpath} && install -m 555 \
     23             ${name} ${destroot}${prefix}/bin/"
     24        system "cd ${worksrcpath} && install -m 444 \
     25             ${name}.1 ${destroot}${prefix}/share/man/man1/"
     26}
  • trunk/dports/devel/gengetopt/Portfile

    r4643 r5166  
    1 # $Id: Portfile,v 1.5 2004/01/14 11:10:22 jkh Exp $
     1# $Id: Portfile,v 1.6 2004/02/03 00:30:07 waqar Exp $
    22
    33PortSystem 1.0
    4 name           gengetopt
    5 version        2.11
    6 categories     devel
    7 maintainers    waqar@opendarwin.org
    8 description    Generates a C function that uses getopt_long function
     4name            gengetopt
     5version         2.11
     6categories      devel
     7maintainers     waqar@opendarwin.org
     8description     Generates a C function that uses getopt_long function
    99long_description   \
    1010        This program generates a C function that uses getopt_long \
     
    1919        have a program and wish it took options. Generated code works \
    2020        if you use GNU Autoconf or GNU Automake .
    21 homepage       http://www.gnu.org/software/gengetopt/gengetopt.html
    22 platforms      darwin
    23 master_sites   gnu
    24 checksums      md5 4ddcd17c7fb3c79f99fad1506b192baf
     21homepage        http://www.gnu.org/software/gengetopt/gengetopt.html
     22platforms       darwin
     23master_sites    gnu
     24checksums       md5 4ddcd17c7fb3c79f99fad1506b192baf
     25configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     26
  • trunk/dports/devel/gmake/Portfile

    r4774 r5166  
    1 # $Id: Portfile,v 1.4 2004/01/16 23:18:50 waqar Exp $
     1# $Id: Portfile,v 1.5 2004/02/03 00:30:07 waqar Exp $
    22
    33PortSystem 1.0
     
    99description     GNU Make
    1010long_description   Make is a tool which controls the generation of \
    11                    executables and other non-source files of a program from \
    12                    the program's source files. Make gets its knowledge of \
    13                    how to build your program from a file called the makefile, \
    14                    which lists each of the non-source files and how to \
    15                    compute it from other files. When you write a program, you \
    16                    should write a makefile for it, so that it is possible to \
    17                    use Make to build and install the program. 
     11           executables and other non-source files of a program from \
     12           the program's source files. Make gets its knowledge of \
     13           how to build your program from a file called the makefile, \
     14           which lists each of the non-source files and how to \
     15           compute it from other files. When you write a program, you \
     16           should write a makefile for it, so that it is possible to \
     17           use Make to build and install the program. 
    1818homepage        http://www.gnu.org/software/make/make.html
    1919platforms       darwin
  • trunk/dports/devel/pccts/Portfile

    r3977 r5166  
    1 # $Id: Portfile,v 1.5 2003/11/17 21:19:55 jkh Exp $
     1# $Id: Portfile,v 1.6 2004/02/03 00:30:07 waqar Exp $
    22
    33PortSystem 1.0
     
    1616platforms       darwin
    1717master_sites    http://www.polhode.com/
    18 extract.suffix          .zip
     18extract.suffix .zip
    1919use_zip         yes
    2020distname        ${name}133mr
     
    2222worksrcdir      ${name}
    2323patch           {
    24                    reinplace "s|#COPT=-O2|COPT=-DPCCTS_USE_STDARG|g" \
    25                         "${workpath}/${worksrcdir}/makefile"
    26                 }
     24        reinplace "s|#COPT=-O2|COPT=-DPCCTS_USE_STDARG -O2|g" \
     25                "${workpath}/${worksrcdir}/makefile"
     26}
    2727use_configure   no
    2828build.target
    29 destroot {      file mkdir ${destroot}${prefix}/bin
    30                 file mkdir ${destroot}${prefix}/man/man1
    31                 system "cd ${worksrcpath}/bin && install -m 555 antlr \
    32                         ${destroot}${prefix}/bin"
    33                 system "cd ${worksrcpath}/bin && install -m 555 dlg \
    34                         ${destroot}${prefix}/bin"
    35                 system "cd ${worksrcpath}/bin && install -m 555 genmk \
    36                         ${destroot}${prefix}/bin"
    37                 system "cd ${worksrcpath}/bin && install -m 555 sor \
    38                         ${destroot}${prefix}/bin"
    39                 system "cd ${worksrcpath}/dlg && install -m 444 dlg.1 \
    40                         ${destroot}${prefix}/man/man1"
    41                 system "cd ${worksrcpath}/antlr && install -m 444 antlr.1 \
    42                         ${destroot}${prefix}/man/man1" }
     29destroot        {       
     30        system "cd ${worksrcpath}/bin && install -m 555 antlr \
     31                ${destroot}${prefix}/bin"
     32        system "cd ${worksrcpath}/bin && install -m 555 dlg \
     33                ${destroot}${prefix}/bin"
     34        system "cd ${worksrcpath}/bin && install -m 555 genmk \
     35                ${destroot}${prefix}/bin"
     36        system "cd ${worksrcpath}/bin && install -m 555 sor \
     37                ${destroot}${prefix}/bin"
     38        system "cd ${worksrcpath}/dlg && install -m 444 dlg.1 \
     39                ${destroot}${prefix}/share/man/man1"
     40        system "cd ${worksrcpath}/antlr && install -m 444 antlr.1 \
     41                ${destroot}${prefix}/share/man/man1"
     42}
  • trunk/dports/devel/splint/Portfile

    r3977 r5166  
    1 # $Id: Portfile,v 1.3 2003/11/17 21:19:56 jkh Exp $
     1# $Id: Portfile,v 1.4 2004/02/03 00:30:07 waqar Exp $
    22
    3 PortSystem    1.0
    4 name          splint
    5 version       3.1.1
    6 categories    devel
    7 maintainers   waqar@opendarwin.org
    8 description   Secure Programming Lint
    9 long_description   Splint is a tool for statically checking C programs \
    10                    for security vulnerabilities and coding mistakes. \
    11                    With minimal effort, Splint can be used as a better lint. \
    12                    If additional effort is invested adding annotations to \
    13                    programs, Splint can perform stronger checking than can \
    14                    be done by any standard lint.       
    15 homepage      http://splint.org/
    16 platforms     darwin
     3PortSystem 1.0
     4name            splint
     5version         3.1.1
     6categories      devel
     7maintainers     waqar@opendarwin.org
     8description     Secure Programming Lint
     9long_description        \
     10        Splint is a tool for statically checking C programs \
     11        for security vulnerabilities and coding mistakes. \
     12        With minimal effort, Splint can be used as a better lint. \
     13        If additional effort is invested adding annotations to \
     14        programs, Splint can perform stronger checking than can \
     15        be done by any standard lint.           
     16homepage        http://splint.org/
     17platforms       darwin
     18master_sites    http://www.splint.org/downloads/
    1719extract.suffix  .tgz
    18 distname      ${name}-${version}.src
    19 worksrcdir    ${name}-${version}
    20 master_sites  http://www.splint.org/downloads/
    21 checksums     md5 91635d98644312302f6f16abe73c2474
     20distname        ${name}-${version}.src
     21checksums       md5 91635d98644312302f6f16abe73c2474
     22worksrcdir      ${name}-${version}
     23configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     24
  • trunk/dports/lang/elk/Portfile

    r3801 r5166  
    1 # $Id: Portfile,v 1.3 2003/10/24 18:57:22 fkr Exp $
     1# $Id: Portfile,v 1.4 2004/02/03 00:30:07 waqar Exp $
    22
    33PortSystem 1.0
    44name            elk
    5 version         3.99.5
     5version         3.99.6
    66revision        2
    77categories      lang
     
    1818master_sites    http://sam.zoy.org/projects/elk/
    1919use_bzip2       yes
    20 checksums       md5 6343c6db23b2ff8002c86ae6e8b3d1ae
    21 configure.args  --without-x
     20checksums       md5 d5ba4f56796a3c3798164131ae7b0e10
     21configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
  • trunk/dports/lang/jikes/Portfile

    r2550 r5166  
    1 # $Id: Portfile,v 1.1 2003/04/26 16:43:34 fkr Exp $
     1# $Id: Portfile,v 1.2 2004/02/03 00:30:08 waqar Exp $
    22
    33PortSystem 1.0
     
    77maintainers     waqar@opendarwin.org
    88description     High performance Java compiler
    9 long_description        Jikes is a compiler that translates Java source files as \
    10                         defined in The Java Language Specification into the \
    11                         bytecoded instruction set and binary format defined in \
    12                         The Java Virtual Machine Specification.
     9long_description        \
     10        Jikes is a compiler that translates Java source files as \
     11        defined in The Java Language Specification into the \
     12        bytecoded instruction set and binary format defined in \
     13        The Java Virtual Machine Specification.
    1314platforms       darwin
    1415homepage        http://www.ibm.com/developerworks/oss/jikes
  • trunk/dports/lang/jikespg/Portfile

    r3348 r5166  
    1 # $Id: Portfile,v 1.3 2003/08/28 02:26:57 waqar Exp $
     1# $Id: Portfile,v 1.4 2004/02/03 00:30:08 waqar Exp $
    22
    33PortSystem 1.0
     
    1818depends_run     bin:jikes:jikes
    1919worksrcdir      ${name}/src
    20 configure       { cd ${worksrcpath}
    21                   reinplace "s|-s -o|-o|g" Makefile }
    22 destroot        { system "cd ${worksrcpath} && install -m 555 \
    23                          ${name} ${destroot}${prefix}/bin/" }
     20configure       {
     21        cd ${worksrcpath}
     22        reinplace "s|-s -o|-o|g" Makefile
     23}
     24destroot        {
     25        system "cd ${worksrcpath} && install -m 555 \
     26                ${name} ${destroot}${prefix}/bin/"
     27}
  • trunk/dports/sysutils/grep/Portfile

    r4700 r5166  
    1 # $Id: Portfile,v 1.3 2004/01/15 00:10:38 toby Exp $
     1# $Id: Portfile,v 1.4 2004/02/03 00:30:08 waqar Exp $
    22
    33PortSystem 1.0
    4 name                    grep
    5 version                 2.5.1
    6 platforms               darwin
    7 categories              sysutils
    8 maintainers             waqar@opendarwin.org
    9 description             GNU grep, the "fastest grep in the west" (we hope).
    10 long_description        Grep searches one or more input files for lines \
    11                         containing a match to a specified pattern. By \
    12                         default, grep prints the matching lines. 
    13 homepage                http://www.gnu.org/software/grep/grep.html
    14 master_sites            gnu
    15 checksums               md5 85df024edc9f9689035f6b3de28c7731
     4name            grep
     5version         2.5.1
     6platforms       darwin
     7categories      sysutils
     8maintainers     waqar@opendarwin.org
     9description     GNU grep, the "fastest grep in the west" (we hope).
     10long_description        \
     11        Grep searches one or more input files for lines containing a \
     12        match to a specified pattern. By default, grep prints the \
     13        matching lines. 
     14homepage        http://www.gnu.org/software/grep/grep.html
     15platforms       darwin
     16master_sites    gnu
     17checksums       md5 85df024edc9f9689035f6b3de28c7731
     18configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
  • trunk/dports/sysutils/mc/Portfile

    r4967 r5166  
    1 # $Id: Portfile,v 1.1 2004/01/23 23:40:25 waqar Exp $
     1# $Id: Portfile,v 1.2 2004/02/03 00:30:08 waqar Exp $
    22
    33PortSystem 1.0
     
    1616        the command prompt. After some practice, you will wonder how \
    1717        you could ever live without it.
    18 homepage        http://www.gnu.org/software/make/make.html
     18homepage        http://www.ibiblio.org/mc/
    1919platforms       darwin
    2020master_sites    http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/
  • trunk/dports/sysutils/osxutils/Portfile

    r4804 r5166  
    1 # $Id: Portfile,v 1.8 2004/01/17 22:56:21 toby Exp $
     1# $Id: Portfile,v 1.9 2004/02/03 00:30:08 waqar Exp $
    22
    33PortSystem 1.0
    44name            osxutils
    5 version         1.0.1
     5version         1.3
    66categories      devel
    77maintainers     waqar@opendarwin.org
     
    1717platforms       macosx
    1818master_sites    sourceforge
    19 checksums       md5 f6c3f267e6ac8013926e9a77a1e05f67
    20 pre-configure   {
    21                   reinplace "s|/usr/local|${prefix}|g" \
    22                             "${worksrcpath}/Makefile"
     19extract.suffix  .tgz
     20distname        ${name}-${version}-src
     21checksums       md5 03120e6f11133850c96ce9bbf7ffa3cd
     22use_configure   no
     23build.type      pbx
     24build.target    {}
     25set b_progs     "lsmac setfcomment setfctypes setfflags setlabel setsuffix"
     26set i_progs     "cpath google trash"
     27pre-build       {
     28        system "cd ${worksrcpath}/setfcomment && \
     29                mv setfcomment.c main.c"
     30        system "cd ${worksrcpath}/setlabel && \
     31                mv setlabel.c main.c"
    2332}
    24 use_configure   no
    25 build.target    {}
    26 destroot.destdir  destdir=${destroot}
     33build           {
     34        foreach prog ${b_progs} {
     35                cd ${worksrcpath}/${prog}
     36                system "${build.cmd}"
     37        }
     38}       
     39destroot.destdir
     40destroot        {
     41        foreach prog ${i_progs} {
     42                system "cd ${worksrcpath}/${prog} && install -m 555 \
     43                        ${prog} ${destroot}${prefix}/bin/"
     44                system "cd ${worksrcpath}/${prog} && install -m 444 \
     45                        ${prog}.1 ${destroot}/${prefix}/share/man/man1/"
     46        }
     47        foreach prog ${b_progs} {
     48                system "cd ${worksrcpath}/${prog}/build && install -m 555 \
     49                        ${prog} ${destroot}${prefix}/bin/"
     50                system "cd ${worksrcpath}/${prog} && install -m 444 \
     51                        ${prog}.1 ${destroot}/${prefix}/share/man/man1/"
     52        }
     53}
     54
  • trunk/dports/sysutils/yydecode/Portfile

    r4804 r5166  
    1 # $Id: Portfile,v 1.3 2004/01/17 22:56:21 toby Exp $
     1# $Id: Portfile,v 1.4 2004/02/03 00:30:09 waqar Exp $
    22
    33PortSystem 1.0
     
    66categories      sysutils
    77maintainers     waqar@opendarwin.org
    8 description     yydecode is a highly portable decoder for yEnc encoded binaries
    9 long_description        yydecode works almost identically to the infamous \
    10                   uudecode program. Version 0.2.8 and onwards contains \
    11                   a superset of uudecode's functionality, (ie. decodes \
    12                   standard  uuencoded files, as well as Base64 \
    13                   RFC2045 encoded files produced by uuencode) \
    14                   and hence can be used as a drop-in replacement in \
    15                   all circumstances.
     8description     Highly portable decoder for yEnc encoded binaries
     9long_description        \
     10        yydecode works almost identically to the infamous uudecode \
     11        program. Version 0.2.8 and onwards contains a superset of \
     12        uudecode's functionality, (ie. decodes standard  uuencoded \
     13        files, as well as Base64 RFC2045 encoded files produced by \
     14        uuencode) and hence can be used as a drop-in replacement in \
     15        all circumstances.
    1616homepage        http://yydecode.sourceforge.net
    1717master_sites    sourceforge
    1818checksums       md5 9e6c5eb009f9084f7cbe7e4b766b12d8
    1919platforms       darwin
    20 configure.args  { CFLAGS=-DHAVE_U_INT32_T }
     20configure.env   CFLAGS=-DHAVE_U_INT32_T
     21configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     22
  • trunk/dports/textproc/dos2unix/Portfile

    r3647 r5166  
    1 # $Id: Portfile,v 1.9 2003/10/11 05:19:10 waqar Exp $
     1# $Id: Portfile,v 1.10 2004/02/03 00:30:09 waqar Exp $
    22
    33PortSystem 1.0
     
    1414
    1515destroot        { cd ${worksrcpath}
    16                   system "install -m 755 -d ${destroot}${prefix}/bin"
    17                   system "install -m 755 -d ${destroot}${prefix}/man/man1"
    1816                  system "install -m 755 -cs dos2unix ${destroot}${prefix}/bin"
    19                   system "gzip -c dos2unix.1 > ${destroot}${prefix}/man/man1/dos2unix.1.gz"
    20                   system "ln -sf dos2unix.1.gz ${destroot}${prefix}/man/man1/mac2unix.1.gz"
     17                  system "gzip -c dos2unix.1 > ${destroot}${prefix}/share/man/man1/dos2unix.1.gz"
     18                  system "ln -sf dos2unix.1.gz ${destroot}${prefix}/share/man/man1/mac2unix.1.gz"
    2119                  system "ln -sf dos2unix ${destroot}${prefix}/bin/mac2unix" }
  • trunk/dports/textproc/libxml++/Portfile

    r3913 r5166  
    1 # $Id: Portfile,v 1.1 2003/11/07 22:16:11 waqar Exp $
     1# $Id: Portfile,v 1.2 2004/02/03 00:30:09 waqar Exp $
    22
    33PortSystem 1.0
    44name            libxml++
    5 version         0.27.0
     5version         1.0.0
    66categories      devel
    77maintainers     waqar@opendarwin.org
     
    1313homepage        http://libxmlplusplus.sourceforge.net
    1414platforms       darwin
    15 master_sites    sourceforge:libxmlplusplus
     15master_sites    sourceforge:libxmlplusplus gnome:sources/libxml++/1.0
    1616use_bzip2       yes
    17 checksums       md5 c1c4debd869394e24f70e0249d57dd61
     17checksums       md5 e208c3d923b331876da466fd45f1f81d
     18# deliberately don't match panther's libxml2.2 (we need 2.5.8+)
     19depends_lib     lib:libxml2.2.5:libxml2
     20depends_build   bin:pkg-config:pkgconfig
     21configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     22
Note: See TracChangeset for help on using the changeset viewer.