mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Add sysutils/mxkill to ports. mxkill is a simple psaux utility that provides the ablilty to kill selected processes. Playing with it one evening it discovered for me a number of errant oclock processes running in my CDE dispaly.
15 lines
422 B
Cheetah
15 lines
422 B
Cheetah
--- Mxkill.tmpl.orig 1997-08-30 09:03:15.000000000 -0700
|
|
+++ Mxkill.tmpl 2021-03-13 19:26:13.659667000 -0800
|
|
@@ -54,10 +54,10 @@
|
|
XCOMM these:
|
|
XCOMM LOCAL_LIBRARIES= $(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
XCOMM or
|
|
-XCOMM LOCAL_LIBRARIES= -lXm -lXt -lX11
|
|
+LOCAL_LIBRARIES= -lXm -lXt -lX11
|
|
XCOMM
|
|
|
|
-LOCAL_LIBRARIES= XmClientLibs
|
|
+XCOMM LOCAL_LIBRARIES= XmClientLibs
|
|
|
|
#ifdef HPArchitecture
|
|
CCOPTIONS= -Aa -D_HPUX_SOURCE -Dhpux
|