440342d43b
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
31 lines
691 B
Makefile
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"
|