mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
de0f70ed2f
PR: 230735 Approved by: x11 (verbal)
23 lines
353 B
Makefile
23 lines
353 B
Makefile
PORTNAME= xorgproto
|
|
PORTVERSION= 2021.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Window System unified protocol definitions
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= xorg-cat:proto
|
|
|
|
CONFIGURE_ARGS= --without-fop \
|
|
--without-xmlto \
|
|
--without-xsltproc \
|
|
--disable-specs
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
pre-patch:
|
|
@${MKDIR} ${WRKSRC}/man
|
|
|
|
.include <bsd.port.mk>
|