1f618c92c5
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message xsm 1.0.4 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): Remove obsolete Imake SIGNALRETURNSINT Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Stéphane Aulery (2): Drop CRAY support Improve help messages & man page Thomas Klausner (1): Close file descriptors on exec.
30 lines
852 B
Makefile
30 lines
852 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/03/10 22:18:34 wiz Exp $
|
|
|
|
DISTNAME= xsm-1.0.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X Session Manager
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
|
|
# Most modern Linuxen don't come with rcmds by default,
|
|
# so just pretend to have them to keep configure happy.
|
|
.if !exists(/usr/bin/rsh)
|
|
CONFIGURE_ENV+= ac_cv_path_RSH=/usr/bin/rsh
|
|
.endif
|
|
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
INSTALL_MAKE_FLAGS+= SYSTEM_INIT_DIR=${PREFIX}/share/examples/xsm
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/X11/xsm
|
|
CONF_FILES+= share/examples/xsm/system.xsm ${PKG_SYSCONFDIR}/X11/xsm/system.xsm
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|