Tweak x11/gdkxft version 1.5_7
[dports.git] / x11 / libSM / Makefile
1 # Created by: Eric Anholt <anholt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libSM
5 PORTVERSION=    1.2.2
6 PORTEPOCH=      1
7 CATEGORIES=     x11
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        Session Management library for X11
11
12 LICENSE=        MIT
13
14 XORG_CAT=       lib
15 USE_XORG=       ice xproto:both xtrans
16
17 CONFIGURE_ARGS+=--disable-docs --without-xmlto
18
19 post-patch:
20         @${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
21                 s/doc//' ${WRKSRC}/Makefile.in
22
23 .include <bsd.port.mk>