2003-12-22 00:37:10 +01:00
|
|
|
# New ports collection makefile for: libSM
|
|
|
|
# Date Created: 09 Nov, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libSM
|
2011-09-22 15:51:54 +02:00
|
|
|
PORTVERSION= 1.2.0
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTEPOCH= 1
|
2003-12-22 00:37:10 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Session Management library for X11
|
|
|
|
|
2011-09-22 15:51:54 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2009-02-23 19:41:43 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros
|
2009-01-23 17:28:36 +01:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
|
|
|
USE_XORG= ice xproto:both xtrans
|
2004-05-07 22:56:32 +02:00
|
|
|
|
2011-09-22 15:51:54 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-docs --without-xmlto
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
|
|
|
|
s/doc//' ${WRKSRC}/Makefile.in
|
|
|
|
|
2005-06-15 04:42:14 +02:00
|
|
|
.include <bsd.port.mk>
|