Changeset 2403 for trunk/dports


Ignore:
Timestamp:
Apr 4, 2003, 3:29:49 AM (21 years ago)
Author:
matt
Message:

Added install.args...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/news/tin/Portfile

    r2402 r2403  
    1 # $Id: Portfile,v 1.8 2003/04/04 02:11:08 matt Exp $
     1# $Id: Portfile,v 1.9 2003/04/04 03:29:49 matt Exp $
    22
    33PortSystem 1.0
    4 name            tin
    5 version         1.4.7
    6 platforms       darwin
    7 categories      news
    8 maintainers     matt@opendarwin.org
    9 homepage        http://www.tin.org
    10 description     A threaded NNTP and spool based UseNet newsreader
     4name                    tin
     5version                 1.4.7
     6platforms               darwin
     7categories              news
     8maintainers             matt@opendarwin.org
     9homepage                http://www.tin.org/
     10description             A threaded NNTP and spool based UseNet newsreader
    1111long_description        tin is a full-screen easy to use Usenet reader. It can read news \
    1212                        locally or remotely via a NTTP (Network News Transport Protocol) \
    1313                        server. It will automatically utilize NOV (News OVerview) style \
    1414                        index files if available locally or via the NNTP XOVER command.
    15 master_sites    ftp://ftp.tin.org/tin/v1.4/
    16 checksums       md5 edd59ea63e3205444570af7cf1a526b9
    17 build.cmd       make build
    18 configure.args  --enable-break-long-lines \
    19                 --with-coffee \
    20                 --disable-locale               
     15
     16master_sites            ftp://ftp.tin.org/tin/v1.4/
     17checksums               md5 edd59ea63e3205444570af7cf1a526b9
     18configure.args          --enable-break-long-lines \
     19                        --with-coffee \
     20                        --disable-locale               
     21build.cmd               make build
     22install.args            make install
     23
    2124
    2225variant ipv6 {
Note: See TracChangeset for help on using the changeset viewer.