Ticket #24684: Portfile-postgresql84 using variants.diff

File Portfile-postgresql84 using variants.diff, 536 bytes (added by fabien@…, 14 years ago)

use variants to support earthdistance module

  • Portfile

    old new  
    44
    55name                    postgresql84
    66version                 8.4.3
     7revision                1
    78categories              databases
    89platforms               darwin
    910maintainers             mww jwa
     
    112113        configure.env-append            TCLSH=${prefix}/bin/tclsh
    113114}
    114115
     116variant earthdistance description {add earthdistance contrib module} {
     117        set contribs "${contribs} cube earthdistance"
     118}
     119
    115120post-install {
    116121        ui_msg "\nTo use the postgresql server, install the postgresql84-server port"
    117122}