# $Id: Portfile 48221 2009-03-17 02:54:08Z jeremyhu@macports.org $

PortSystem 1.0
name		xorg
version		20090316
categories	x11
maintainers	jeremyhu blb 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
universal_variant no

livecheck.check none

