Changeset 9274 for trunk/dports


Ignore:
Timestamp:
Nov 13, 2004, 1:41:52 AM (19 years ago)
Author:
jmpp
Message:

Bug:
Submitted by: jmpp@
Reviewed by: jmpp@
Approved by: jmpp@
Obtained from:

-) Change maintainer address to my brand new @opendarwin.org one, woot!
-) Add NetWVers variable of my own to help keep the three ports in the NetW bundle in synch
-) Use ${NetWVers} variable in dependency declarations rather than explicit numbers
-) Move html documentation from share/doc/${name} to share/doc/${name}/html
-) General re-tabbing
-) Uprev the Portfile

File:
1 edited

Legend:

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

    r9022 r9274  
    1 # $Id: Portfile,v 1.2 2004/10/29 06:19:03 mww Exp $
     1# $Id: Portfile,v 1.3 2004/11/13 01:41:52 jmpp Exp $
    22
    33PortSystem 1.0
    44
    5 name                    netwag
    6 version                 5.26.0
    7 categories              net
    8 platforms               darwin
    9 maintainers             jmpalacios@ml1.net
    10 description             Graphical front end for the netwox toolkbox.
    11 long_description                Netwag is a TCL/TK based graphical frontend for the netwox \
    12                                 network toolbox, based on the netwib library. It allows one to \
    13                                 easily search amongst tools proposed in netwox and run them, \
    14                                 construct command line instructions, keep a history of \
    15                                 commands, etc.
     5name       netwag
     6version    5.26.0
     7revision   1
     8set        NetWVers 526
     9categories          net
     10platforms           darwin
     11maintainers         jmpp@opendarwin.org
     12
     13description         Graphical front end for the netwox toolkbox.
     14long_description              Netwag is a TCL/TK based graphical frontend for the netwox \
     15                              network toolbox, based on the netwib library. It allows one to \
     16                              easily search amongst tools proposed in netwox and run them, \
     17                              construct command line instructions, keep a history of \
     18                              commands, etc.
    1619
    1720homepage        http://www.laurentconstantin.com/
     
    2528
    2629depends_lib     bin:wish:tk \
    27                 bin:netwox525:netwox
     30                bin:netwox${NetWVers}:netwox
    2831
    2932worksrcdir      ${distname}-src/src
     
    3639}
    3740
    38 configure.pre_args     
     41configure.pre_args      {}
    3942configure.cmd           ./genemake
    4043
    4144post-destroot   {
    42                 xinstall -d -m 755 ${destroot}${prefix}/share/doc/
    43                 file copy ${workpath}/${distname}-doc_html ${destroot}${prefix}/share/doc/${name}
     45                xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
     46                file copy ${workpath}/${distname}-doc_html ${destroot}${prefix}/share/doc/${name}/html
    4447                xinstall -m 644 -v -W ${worksrcpath}/../doc/ changelog.txt credits.txt \
    4548                todo.txt ${destroot}${prefix}/share/doc/${name}/
Note: See TracChangeset for help on using the changeset viewer.