1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11/libSM/Makefile
2021-04-06 16:31:07 +02:00

23 lines
421 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
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 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>