# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0

name		mc
version		4.6.1
categories	sysutils
maintainers	waqar
description	GNU Midnight Commander
long_description   \
	GNU Midnight Commander is a user-friendly yet powerful file \
	manager and visual shell, useful to novice and guru alike. \
	It provides a clear, user-friendly, and somewhat protected \
	interface to a Unix system while making many frequent file \
	operations more efficient and preserving the full power of \
	the command prompt. After some practice, you will wonder how \
	you could ever live without it.
homepage	http://www.ibiblio.org/mc/
platforms	darwin
master_sites	http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/
checksums	md5 18b20db6e40480a53bac2870c56fc3c4 \
		sha1 92be0802143245e0fb7e3847d70da614cad7d5fb \
		rmd160 d565ee95a8916d73fad5e0defeb9f2f57e50962b
depends_build	bin:pkg-config:pkgconfig
depends_lib	lib:glib2:glib2
configure.args	--without-x --with-screen=ncurses \
	--infodir=${prefix}/share/info --mandir=${prefix}/share/man
