mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
4ee4efe7c6
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
25 lines
429 B
Makefile
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>
|