Files
ports/x11/libSM/Makefile
Emmanuel Vadot 05164d8570 x11/libSM: Update to 1.2.6
Release notes:	https://lists.x.org/archives/xorg-announce/2025-March/003592.html

Differential Revision:	https://reviews.freebsd.org/D49304
Sponsored by:		Beckhoff Automation GmbH & Co. KG
2025-03-11 08:22:22 +01:00

22 lines
429 B
Makefile

PORTNAME= libSM
PORTVERSION= 1.2.6
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Session Management library for X11
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
USES= pathfix tar:xz xorg xorg-cat:lib
USE_XORG= ice xorgproto xtrans
CONFIGURE_ARGS+=--disable-docs --without-xmlto
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/doc//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>