freebsd-ports/x11/xorgproto/Makefile
Po-Chuan Hsieh 0bae2dd033
x11/xorgproto: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-11-22 02:25:11 +08:00

24 lines
367 B
Makefile

PORTNAME= xorgproto
DISTVERSION= 2021.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window System unified protocol definitions
LICENSE= MIT
USES= 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>