pkgsrc/x11/libSM/Makefile
drochner 440342d43b fix botch in client ID generation if the (BSD) uuid functions are used,
it caused the first character of the ID to be random, and for me this
crashed XFCE4 sessions through a somewhat complex chain involving
a consistency check in dbus-glib signal generation
bump PKGREVISION
2009-09-28 12:38:50 +00:00

31 lines
691 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/09/28 12:38:50 drochner Exp $
#
DISTNAME= libSM-1.1.1
PKGREVISION= 1
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Session Management Library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= sm.pc.in
CONFIGURE_ARGS+= --without-libuuid
.include "options.mk"
.include "../../x11/libICE/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"