Ticket #42742: Portfile-gmt.diff

File Portfile-gmt.diff, 1.2 KB (added by florian@…, 10 years ago)

Portfile patch for gmt

  • science/gmt/Portfile

     
    33
    44PortSystem                  1.0
    55
     6replaced_by                 gmt5
     7PortGroup                   obsolete 1.0
     8
    69name                        gmt
    710version                     4.5.6
    8 revision                    2
    9 replaced_by                 gmt4
     11revision                    3
    1012categories                  science
    11 maintainers                 nomaintainer
    12 license                     GPL-2
    13 description                 the generic mapping tools
    14 long_description an open source collection of ~60 tools         \
    15     for manipulating geographic and Cartesian data sets and     \
    16     producing Encapsulated PostScript File (EPS) illustrations  \
    17     ranging from simple x-y plots via contour maps to           \
    18     artificially illuminated surfaces and 3-D perspective views.
    19 conflicts                   gmt4 \
    20                             gmt5
    21 homepage                    http://gmt.soest.hawaii.edu/
    22 platforms                   darwin
    23 
    24 distfiles
    25 
    26 pre-configure {
    27     ui_error "Please do not install this port since it has been replaced by 'gmt4'."
    28     return -code error
    29 }
    30 
    31 livecheck.type              none