mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Add x11/mxascii to ports. mxascii is a X/Motif program to display ASCII character set (0-127) in decimal, hexadecimal, or octal. mxascii is similar to xascii but uses Motif widgets instead of Xaw widgets.
15 lines
378 B
Cheetah
15 lines
378 B
Cheetah
--- Mxascii.tmpl.orig 1996-09-02 13:00:03.000000000 -0700
|
|
+++ Mxascii.tmpl 2021-03-13 19:53:58.410008000 -0800
|
|
@@ -49,10 +49,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
|
|
|
|
CCOPTIONS=
|
|
|