diff options
-rw-r--r-- | x11/xsm/DESCR | 4 | ||||
-rw-r--r-- | x11/xsm/Makefile | 21 | ||||
-rw-r--r-- | x11/xsm/PLIST | 6 | ||||
-rw-r--r-- | x11/xsm/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/xsm/DESCR b/x11/xsm/DESCR new file mode 100644 index 00000000000..0dd61d6e5f8 --- /dev/null +++ b/x11/xsm/DESCR @@ -0,0 +1,4 @@ +This package contains the X Session Manager. It allows to restart active +programs and continue where the session was left. + +This is from the modular X.org project. diff --git a/x11/xsm/Makefile b/x11/xsm/Makefile new file mode 100644 index 00000000000..3a3d529c863 --- /dev/null +++ b/x11/xsm/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 14:47:28 joerg Exp $ +# + +DISTNAME= xsm-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= X Session Manager + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xsm/PLIST b/x11/xsm/PLIST new file mode 100644 index 00000000000..a4b3939fe1d --- /dev/null +++ b/x11/xsm/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 14:47:28 joerg Exp $ +bin/xsm +lib/X11/app-defaults/XSm +lib/X11/xsm/system.xsm +man/man1/xsm.1 +@dirrm lib/X11/xsm diff --git a/x11/xsm/distinfo b/x11/xsm/distinfo new file mode 100644 index 00000000000..ef0de90d276 --- /dev/null +++ b/x11/xsm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/12 14:47:28 joerg Exp $ + +SHA1 (xsm-1.0.1.tar.bz2) = 7fca1397b86cc9e8763c73eef9a1c41340040a69 +RMD160 (xsm-1.0.1.tar.bz2) = 9b70c7610a741d2026323cdc97c8eba63d9dc74c +Size (xsm-1.0.1.tar.bz2) = 116875 bytes |