open-src/driver/efb/Makefile
changeset 1356 73c3eb360de2
parent 1351 e280298f69a7
child 1425 d2b9d2006251
equal deleted inserted replaced
1355:a491fdb785f6 1356:73c3eb360de2
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # efb Makefile
     3 # efb driver for Sun XVR-100 & XVR-300 boards (based on ATI Radeon)
     4 #
     4 #
     5 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     5 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     6 #
     6 #
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # copy of this software and associated documentation files (the "Software"),
     8 # copy of this software and associated documentation files (the "Software"),
     9 # to deal in the Software without restriction, including without limitation
     9 # to deal in the Software without restriction, including without limitation
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    10 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=xf86-video-ati
    29 MODULE_NAME=xf86-video-ati
    30 
    30 
    31 # Version number (used in path names)
    31 # Version number (used in path names)
    32 MODULE_VERSION=6.8.0
    32 MODULE_VERSION=6.8.0
       
    33 
       
    34 # Dates to show in Oracle copyright notice in pkg license file
       
    35 # Earliest & latest of the copyrights in the Oracle files in this pkg
       
    36 ORACLE_COPYRIGHT_YEARS = 2008, 2009
       
    37 MODULE_LICENSE_DESC = portions of the ATI Radeon graphics driver from X.Org
    33 
    38 
    34 # Checksums for upstream tarball
    39 # Checksums for upstream tarball
    35 TARBALL_MD5  = 3c97c7925ebf4162eeb3463e23adc0e3
    40 TARBALL_MD5  = 3c97c7925ebf4162eeb3463e23adc0e3
    36 TARBALL_SHA1 = b6974237b6ae9b45b32fc37f31a3fee7358230d3
    41 TARBALL_SHA1 = b6974237b6ae9b45b32fc37f31a3fee7358230d3
    37 
    42