freebsd-ports/x11/xorgproto/Makefile
Niclas Zeising 64f2e1554c x11/xorgproto: Improve description
Improve the package description and comment of x11/xorgproto, to try to be a
bit clearer about what this actually is.
Add WWW:, pointing to the gitlab repo.

No functional change to the package.
2020-05-28 18:58:36 +00:00

22 lines
352 B
Makefile

# $FreeBSD$
PORTNAME= xorgproto
PORTVERSION= 2020.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Window System unified protocol definitions
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>