PortSystem 1.0
name		xorg
version		20090316
categories	x11
maintainers	{jeremyhu @jeremyhu} openmaintainer
license         Permissive

supported_archs	noarch

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/

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

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

use_configure no

livecheck.type  none
