Ticket #49535: angband.diff

File angband.diff, 1.1 KB (added by ecbrown (Eric Brown), 9 years ago)
  • Portfile

     
    44PortSystem          1.0
    55
    66name                angband
    7 version             3.5.0
    8 revision            1
     7version             4.0.3
    98set branch          [join [lrange [split ${version} .] 0 1] .]
    109
    1110categories          games
     
    2322homepage            http://rephial.org/
    2423master_sites        ${homepage}downloads/${branch}
    2524
    26 distname            ${name}-v${version}
     25distname            ${name}-${version}
    2726
    28 checksums           rmd160  c017577796c8a3d9d1455108678118d2f137f020 \
    29                     sha256  3d3c3a8839ef97613d5e29c116c5e88c93b913485768106ad4906c75069085ec
     27checksums           rmd160  605443205fe1c5f55344b65ada99dc78ad3f348b \
     28                    sha256  1752d22a164bb073b9a7be322a2b607b06a4c919c073d012c010a61578081ce8
    3029
    3130if {![variant_isset aqua]} {
    3231    depends_lib-append  port:ncurses
     
    3635    addgroup games
    3736}
    3837
     38use_autoreconf  yes
     39autoreconf.cmd  "./autogen.sh"
     40
    3941configure.args      --with-setgid=games --bindir=${prefix}/bin --without-x
    4042
    4143notes "