PortSystem 1.0

name		xorg-proto
version		20180829
categories	x11 devel
maintainers	{jeremyhu @jeremyhu} openmaintainer
description	X.org proto meta-package
homepage	https://www.x.org/
platforms	any
supported_archs	noarch
long_description This package builds all of the x.org proto packages.

depends_lib	port:xorg-xorgproto \
		port:xorg-xcb-proto 

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
