# $Id: Portfile 80041 2011-07-03 11:12:38Z jmr@macports.org $

PortSystem 1.0

name		xorg-proto
version		20081229
categories	x11 devel
maintainers	jeremyhu openmaintainer
description	X.org proto meta-package
homepage	http://www.x.org/
platforms	darwin macosx
supported_archs	noarch
long_description This package builds all of the x.org proto packages.

depends_lib	port:xorg-applewmproto \
		port:xorg-bigreqsproto \
		port:xorg-compositeproto \
		port:xorg-damageproto \
		port:xorg-dmxproto \
		port:xorg-dri2proto \
		port:xorg-evieproto \
		port:xorg-fixesproto \
		port:xorg-fontcacheproto \
		port:xorg-fontsproto \
		port:xorg-inputproto \
		port:xorg-kbproto \
		port:xorg-printproto \
		port:xorg-randrproto \
		port:xorg-recordproto \
		port:xorg-renderproto \
		port:xorg-resourceproto \
		port:xorg-scrnsaverproto \
		port:xorg-trapproto \
		port:xorg-videoproto \
		port:xorg-xcb-proto \
		port:xorg-xcmiscproto \
		port:xorg-xextproto \
		port:xorg-xf86bigfontproto \
		port:xorg-xf86dgaproto \
		port:xorg-xf86driproto \
		port:xorg-xf86miscproto \
		port:xorg-xf86vidmodeproto \
		port:xorg-xineramaproto \
		port:xorg-xproto \
		port:xorg-xproxymanagementprotocol

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
