head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.06.02.11.16.24; author vins; state Exp; branches; next ; commitid dLzzKuHWzL1v7jXF; desc @@ 1.1 log @sysutils/mxkill: initial import of package MXkill is a user friendly X/Motif graphical user interface to the ps command. Features: * All ps command options, including pipe, can be used to filter the ps output. * The ps output is displayed in a scrolled list window. The vertical or horizontal scrollbar will be active if the output goes beyond the viewing area. * One or more processes can be selected interactively by mouse, and standard Unix regular expression syntax can be used to select processes as well. * Signals can be chosen from the menu in order to be sent to the process/es. By default, the signal is 9 (sure kill). Inspired by xzap by gerry.tomlinson@@ncl.ac.uk, an X Athena widget version of the zap command described in Kernighan &l Pike's "The UNIX Programming Environment". @ text @$NetBSD: patch-pkgsrc.tmpl,v 1.1 2025/06/02 07:45:16 vins Exp $ Simplified imake rules for pkgsrc. --- pkgsrc.tmpl.orig 2025-06-02 10:38:07.007571551 +0000 +++ pkgsrc.tmpl @@@@ -0,0 +1,17 @@@@ +CC?= cc +PROG= mxkill + +INCLUDES = -I. -I./bitmaps $(MCLIENTINCLUDES) +LDLIBS= -lm +LOCAL_LIBRARIES= -lXm -lXt -lX11 + +BINDIR=$(PREFIX)/bin +XAPPLOADDIR=$(PREFIX)/lib/X11/app-defaults + +.PHONY: common-install + +common-install: $(PROG) + $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(BINDIR) + $(BSD_INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(BINDIR) + $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(XAPPLOADDIR) + $(BSD_INSTALL_DATA) MXkill.ad ${DESTDIR}$(XAPPLOADDIR)/MXkill @