1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11/xorgproto/Makefile
Samy Mahmoudi de0f70ed2f x11/xorgproto: add LICENSE and clean up Makefile
PR:		230735
Approved by:	x11 (verbal)
2021-06-28 19:04:16 -07:00

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>