1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/libSM/Makefile

24 lines
416 B
Makefile
Raw Normal View History

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libSM
PORTVERSION= 1.2.2
PORTEPOCH= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Session Management library for X11
LICENSE= MIT
XORG_CAT= lib
USE_XORG= ice xproto:both xtrans
CONFIGURE_ARGS+=--disable-docs --without-xmlto
post-patch:
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
s/doc//' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>