64f2e1554c
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.
22 lines
352 B
Makefile
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>
|