Changeset 15681 for trunk/dports


Ignore:
Timestamp:
Jan 3, 2006, 9:41:07 PM (18 years ago)
Author:
ricci
Message:

Bug: 6175
Submitted by: Joe Auty
Reviewed by:
Approved by:
Obtained from:
uprev to v2.12.2 per patch from Joe Auty
add sha1 hash
twiddle my maintainer email
depend on gd2 instead of gd
add libpng and zlib deps
add explicit configure args for gd2, libpng, and zlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/mrtg/Portfile

    r9576 r15681  
    1 # $Id: Portfile,v 1.4 2004/12/03 19:41:51 jberry Exp $
     1# $Id: Portfile,v 1.5 2006/01/03 21:41:07 ricci Exp $
    22
    33PortSystem      1.0
    44
    55name                            mrtg   
    6 version                         2.10.15
     6version                         2.12.2
    77
    88categories                      net
    9 maintainers                     ricci@opendarwin.org jberry@opendarwin.org
     9maintainers                     opendarwin.org@darkart.com jberry@opendarwin.org
    1010platforms                       darwin
    1111
     
    1717master_sites            http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \
    1818                                        ftp://ftp.chg.ru/pub/networking/monitoring/mrtg/
    19 checksums                       md5 39f3afeac9a7fdba8e4e500313234e50
     19checksums                       md5 dd74c4f28ac594938d15dc16b7f88bd2 \
     20                                        sha1 b968a8afca8bc12a5164de0f869422bb2d0156a5
    2021
    21 depends_lib                     lib:gd:gd
     22depends_lib                     port:gd2 \
     23                                        port:libpng \
     24                                        port:zlib
    2225
    2326configure.env           LDFLAGS="-L${prefix}/lib" \
    2427                                        CPPFLAGS="-I${prefix}/include"
    25 configure.args          --mandir=${prefix}/share/man
     28configure.args          --mandir=${prefix}/share/man \
     29                                        --with-gd=${prefix} \
     30                                        --with-z=${prefix} \
     31                                        --with-png=${prefix}
    2632
    2733post-destroot {
     
    3440        reinplace s|"/etc|"${prefix}/etc| ${destroot}${prefix}/bin/mrtg
    3541}
     42
Note: See TracChangeset for help on using the changeset viewer.