# $Id: Portfile 66151 2010-04-06 06:54:50Z 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
master_sites	${homepage}
platforms	darwin macosx
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

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

