open-src/app/xconsole/Makefile
changeset 493 f43507b5737d
parent 309 cdb665e70efa
child 907 3c35d611cdaa
--- a/open-src/app/xconsole/Makefile	Fri Aug 08 16:28:28 2008 -0700
+++ b/open-src/app/xconsole/Makefile	Fri Aug 08 16:27:37 2008 -0700
@@ -30,23 +30,22 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.1   08/02/08
+# @(#)Makefile	1.2   08/08/08
 #
 
 # Package name used in tarballs
-APP_NAME=xconsole
+MODULE_NAME=xconsole
 
 # Version number (used in path names)
-APP_VERS=1.0.3
+MODULE_VERSION=1.0.3
 
 # Patches to apply to source after unpacking, in order
 SOURCE_PATCHES = 
 
-LIB_ADD_LD_OPTIONS += -L$(PROTODIR)$(X11_DIR)/lib/xorgcfg
 
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=*.man
-SUNTOUCH_MAN_FLAGS= \
- -a '{Availability, SUNWxwopt} {Interface Stability, Committed}'
+SUN_PACKAGE=SUNWxwopt
+MODULE_STABILITY=Committed
 
 include ../Makefile.inc