redirect error/debug messages to syslog or to file. Pixmaps was moved to /usr/share/pixmaps/wdm by default (by Julio Merino). Option to select on whic display login panel will appear when using xinerama was added (with help from Carlos Torres). Configure script was rewritten. Redundant tests was removed. Now get-wings-flags script is used to determine compiling and linking options. Tests for selecting pam/shadow was improved. Current defaults should be good for almost everyone. New option to select xcursors theme was added (only for XFree86 4.3.x).
63 lines
1.8 KiB
Makefile
63 lines
1.8 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2003/06/03 13:06:56 jmmv Exp $
|
|
|
|
DISTNAME= wdm-1.24
|
|
CATEGORIES= x11 windowmaker
|
|
MASTER_SITES= http://voins.program.ru/wdm/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://voins.program.ru/wdm/
|
|
COMMENT= WINGs display manager
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGINSTALL= YES
|
|
USE_X11BASE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR}
|
|
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
CONFIGURE_ARGS+= --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs
|
|
CONFIGURE_ARGS+= --with-gfx-libs=${BUILDLINK_DIR}/lib
|
|
|
|
RCD_SCRIPTS= wdm
|
|
|
|
PKG_SYSCONFSUBDIR= wdm
|
|
|
|
OWN_DIRS_PERMS= ${PKG_SYSCONFDIR}/authdir \
|
|
${ROOT_USER} ${ROOT_GROUP} 700
|
|
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/authdir/authfiles \
|
|
${ROOT_USER} ${ROOT_GROUP} 700
|
|
OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/authdir/authdir \
|
|
${ROOT_USER} ${ROOT_GROUP} 700
|
|
|
|
CONF_FILES=
|
|
.for f in GiveConsole TakeConsole Xaccess Xclients Xclients.in \
|
|
Xresources Xservers Xservers.fs Xservers.ws Xsession \
|
|
Xsession.XFree86 Xsession.orig Xsetup_0 wdm-config \
|
|
wdm-config.in wdmReconfig
|
|
CONF_FILES+= ${PREFIX}/share/examples/wdm/$f ${PKG_SYSCONFDIR}/$f
|
|
.endfor
|
|
.undef f
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# User may define WDM_MANAGERS option to specfy a window manager
|
|
# different from WindowMaker. WDM_MANAGERS is a space-separated
|
|
# list of window managers to support.
|
|
.for WMANAGER in ${WDM_MANAGERS}
|
|
CONFIGURE_ARGS+= --with-winmgr=${WMANAGER}
|
|
.endfor
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps/wdm
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wdm
|
|
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../graphics/libungif/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../graphics/tiff/buildlink2.mk"
|
|
.include "../../wm/windowmaker/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|