diff -r abfa40ff15ef -r f43507b5737d open-src/driver/xf86-video-i128/Makefile --- a/open-src/driver/xf86-video-i128/Makefile Fri Aug 08 16:28:28 2008 -0700 +++ b/open-src/driver/xf86-video-i128/Makefile Fri Aug 08 16:27:37 2008 -0700 @@ -2,7 +2,7 @@ # # xf86-video-i128 Makefile # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use subject to license terms. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -30,28 +30,28 @@ # or other dealings in this Software without prior written authorization # of the copyright holder. # -# @(#)Makefile 1.7 07/07/31 +# @(#)Makefile 1.8 08/08/08 # # Package name used in tarballs -DRIVER_NAME=xf86-video-i128 +MODULE_NAME=xf86-video-i128 # Version number (used in path names) -DRIVER_VERS=1.2.1 +MODULE_VERSION=1.2.1 # Patches to apply to source after unpacking, in order SOURCE_PATCHES = # Man pages to apply Sun footer to & attributes to list SUNTOUCHED_MANPAGES=man/*.man -SUNTOUCH_MAN_FLAGS= \ - -a '{Architecture, x86} {Availability, SUNWxorg-graphics-ddx} {Interface Stability, Volatile}' +SUN_PACKAGE=SUNWxorg-graphics-ddx +MODULE_STABILITY=Volatile # Libraries/modules to link with -DRIVER_ADD_LIBS= \ - -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \ +MODULE_LD_OPTIONS= \ + -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \ -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \ - -R$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \ + -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \ -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \ -lexa -lfb -lvgahw -lxaa