1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/x11/libSM/Makefile
2013-09-24 06:24:17 +00:00

24 lines
416 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libSM
PORTVERSION= 1.2.1
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>