pkgsrc/x11/xsm/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

30 lines
856 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/18 23:36:13 rillig Exp $
DISTNAME= xsm-1.0.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://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"