freebsd-ports/x11/libSM/Makefile
Niclas Zeising 4ee4efe7c6 x11/libSM: Update to 1.2.3
Update libSM to 1.2.3.
Rename the patch to fit FreeBSD standard naming.

Changelog:
https://lists.x.org/archives/xorg-announce/2018-October/002922.html

PR:		232798
Submitted by:	pete@nomadlogic.org
2018-10-30 20:10:50 +00:00

25 lines
429 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libSM
PORTVERSION= 1.2.3
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Session Management library for X11
LICENSE= MIT
USES= pathfix
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>