Ticket #49535: angband.diff
File angband.diff, 1.1 KB (added by ecbrown (Eric Brown), 9 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name angband 7 version 3.5.0 8 revision 1 7 version 4.0.3 9 8 set branch [join [lrange [split ${version} .] 0 1] .] 10 9 11 10 categories games … … 23 22 homepage http://rephial.org/ 24 23 master_sites ${homepage}downloads/${branch} 25 24 26 distname ${name}- v${version}25 distname ${name}-${version} 27 26 28 checksums rmd160 c017577796c8a3d9d1455108678118d2f137f020\29 sha256 3d3c3a8839ef97613d5e29c116c5e88c93b913485768106ad4906c75069085ec27 checksums rmd160 605443205fe1c5f55344b65ada99dc78ad3f348b \ 28 sha256 1752d22a164bb073b9a7be322a2b607b06a4c919c073d012c010a61578081ce8 30 29 31 30 if {![variant_isset aqua]} { 32 31 depends_lib-append port:ncurses … … 36 35 addgroup games 37 36 } 38 37 38 use_autoreconf yes 39 autoreconf.cmd "./autogen.sh" 40 39 41 configure.args --with-setgid=games --bindir=${prefix}/bin --without-x 40 42 41 43 notes "