1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/libXdmcp/Makefile
Emmanuel Vadot 3cc41afa27 x11/libXdmcp: Update to 1.1.5
Release notes:	https://lists.x.org/archives/xorg-announce/2024-March/003467.html

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-03-04 07:55:32 +01:00

23 lines
436 B
Makefile

PORTNAME= libXdmcp
PORTVERSION= 1.1.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Display Manager Control Protocol library
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= xorgproto:both
CPE_VENDOR= x.org
CONFIGURE_ARGS+=--disable-docs --without-xmlto
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/doc//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>