# $Id: Portfile,v 1.3 2004/03/15 08:14:51 toby Exp $

PortSystem 1.0
name		mc
version		4.6.0
revision	1
categories	sysutils
maintainers	waqar@opendarwin.org
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 70804dc9e2049e24f294ff7090a82a12
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
