# $Id: Portfile 66143 2010-04-06 06:37:31Z jmr@macports.org $

PortSystem 1.0
name		xorg
version		20090316
categories	x11
maintainers	jeremyhu openmaintainer
description	The X Window System
long_description	\
	X11, or X, is a vendor-neutral, system-architecture neutral 	\
	network-transparent window system and user interface standard. 	\
	In other words, it is a GUI for UNIX. X can use your network -- 	\
	you may run CPU-intensive programs on high powered workstations \
	and display the user interface, the windows, on inexpensive 	\
	desktop machines.

platforms	darwin macosx
homepage	http://www.x.org
master_sites	${homepage}

depends_run \
    port:xorg-apps \
    path:bin/Xquartz:xorg-server \
    port:quartz-wm

fetch           { }
checksum        { }
build           { }
destroot        {
    xinstall -d ${destroot}${prefix}/share/doc/${name}
    system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
}

use_configure no
if {[info exists supported_archs]} {
    supported_archs noarch
}

livecheck.type  none

