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
22 lines
429 B
Makefile
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>
|