Changeset 79463
- Timestamp:
- 06/14/11 07:13:34 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/mc/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/mc/Portfile
r79462 r79463 4 4 PortSystem 1.0 5 5 6 name mc7 version 4.7.5.28 categories sysutils9 maintainers waqar openmaintainer10 license GPLv211 description GNU Midnight Commander12 long_description \13 GNU Midnight Commander is a user-friendly yet powerful file \14 manager and visual shell, useful to novice and guru alike. \15 It provides a clear, user-friendly, and somewhat protected \16 interface to a Unix system while making many frequent file \17 operations more efficient and preserving the full power of \18 the command prompt. After some practice, you will wonder how \19 you could ever live without it.20 homepage http://www.midnight-commander.org/21 platforms darwin22 master_sites ${homepage}downloads6 name mc 7 version 4.7.5.2 8 categories sysutils 9 maintainers waqar openmaintainer 10 license GPLv2 11 description GNU Midnight Commander 12 long_description \ 13 GNU Midnight Commander is a user-friendly yet powerful file \ 14 manager and visual shell, useful to novice and guru alike. \ 15 It provides a clear, user-friendly, and somewhat protected \ 16 interface to a Unix system while making many frequent file \ 17 operations more efficient and preserving the full power of \ 18 the command prompt. After some practice, you will wonder how \ 19 you could ever live without it. 20 homepage http://www.midnight-commander.org/ 21 platforms darwin 22 master_sites ${homepage}downloads 23 23 24 use_xz yes25 extract.suffix .tar.lzma24 use_xz yes 25 extract.suffix .tar.lzma 26 26 27 27 checksums md5 9fede28ed63ced53f1beeba2f95473da \ … … 29 29 rmd160 8477450d0f2cddc356d93c5006fcfd278966f863 30 30 31 depends_build path:bin/pkg-config:pkgconfig32 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib231 depends_build path:bin/pkg-config:pkgconfig 32 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 33 33 34 configure.args --without-x34 configure.args --without-x 35 35 36 36 post-destroot { 37 set docdir ${destroot}${prefix}/share/doc/${name}38 xinstall -d ${docdir}39 xinstall -m 644 -W ${worksrcpath} \40 AUTHORS \41 COPYING \42 NEWS \43 README \44 ${docdir}37 set docdir ${destroot}${prefix}/share/doc/${name} 38 xinstall -d ${docdir} 39 xinstall -m 644 -W ${worksrcpath} \ 40 AUTHORS \ 41 COPYING \ 42 NEWS \ 43 README \ 44 ${docdir} 45 45 } 46 46 47 47 variant slang2 conflicts ncurses description {use slang2 screen library} { 48 depends_lib-appendport:slang249 configure.args-append--with-screen=slang \50 --with-slang-includes=${prefix} \51 --with-slang-libs=${prefix}48 depends_lib-append port:slang2 49 configure.args-append --with-screen=slang \ 50 --with-slang-includes=${prefix} \ 51 --with-slang-libs=${prefix} 52 52 } 53 53 54 54 variant ncurses conflicts slang2 description {use ncurses screen library} { 55 depends_lib-appendport:ncursesw56 configure.args-append--with-screen=ncurses55 depends_lib-append port:ncursesw 56 configure.args-append --with-screen=ncurses 57 57 } 58 58 59 59 if { ![variant_isset ncurses] } { 60 default_variants+slang260 default_variants +slang2 61 61 } 62 62 63 livecheck.type regex64 livecheck.url [lindex ${master_sites} 0]65 livecheck.regex ${name}-(\[0-9.\]+)\\.tar63 livecheck.type regex 64 livecheck.url [lindex ${master_sites} 0] 65 livecheck.regex ${name}-(\[0-9.\]+)\\.tar
Note: See TracChangeset
for help on using the changeset viewer.

