developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
65 lines
2 KiB
Makefile
65 lines
2 KiB
Makefile
# $NetBSD: Makefile,v 1.30 2006/03/04 21:31:11 jlam Exp $
|
|
|
|
DISTNAME= wdm-1.25
|
|
PKGREVISION= 8
|
|
CATEGORIES= x11 windowmaker
|
|
MASTER_SITES= http://voins.program.ru/wdm/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://voins.program.ru/wdm/
|
|
COMMENT= WINGs display manager
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_X11BASE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-wdmdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
CONFIGURE_ARGS+= --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs
|
|
CONFIGURE_ARGS+= --with-gfx-libs=${BUILDLINK_DIR}/lib
|
|
CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log
|
|
CONFIGURE_ARGS+= --with-runlockdir=${VARBASE}/run
|
|
CONFIGURE_ENV+= SYSTEM_SHELL=${SH:Q}
|
|
|
|
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
|
|
|
|
.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:Q}
|
|
.endfor
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps/wdm
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wdm
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../wm/windowmaker/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|