pkgsrc-wip/xsm/Makefile
Jeremy C. Reed 6e2526d637 Import xsm from Xorg.
xsm is a session manager for the X Session Management Protocol.
A session is a group of applications, each of which has a particular
state.  Applications can automatically become part of the session.
Within a session, you can perform a "checkpoint" to save application
state, or a "shutdown" to save state and exit the session.  When
you log back in to the system, you can load a specific session,
and you can delete sessions you no longer want to keep.
2006-05-26 16:09:31 +00:00

23 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/26 16:09:31 jeremy-c-reed Exp $
#
DISTNAME= xsm-1.0.1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/
COMMENT= X Session Manager
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
#.include "../../wip/libX11/buildlink3.mk"
#.include "../../wip/libXt/buildlink3.mk"
.include "../../mk/xaw.buildlink3.mk"
# maybe just include x11.buildlink3.mk
.include "../../mk/bsd.pkg.mk"