freebsd-ports/x11/xorgproto/Makefile
2024-05-16 00:28:52 +02:00

26 lines
432 B
Makefile

PORTNAME= xorgproto
DISTVERSION= 2024.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window System unified protocol definitions
WWW= https://gitlab.freedesktop.org/xorg/proto/xorgproto
LICENSE= MIT
USES= tar:xz xorg-cat:proto
NO_ARCH= yes
CONFIGURE_ARGS= --without-fop \
--without-xmlto \
--without-xsltproc \
--disable-specs
OPTIONS_DEFINE= DOCS
pre-patch:
@${MKDIR} ${WRKSRC}/man
.include <bsd.port.mk>