open-src/driver/xf86-video-openchrome/Makefile
changeset 970 272328fe1b4a
parent 965 c096efd79ce7
child 1088 1c99106ccbe0
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
    26 #
    26 #
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=xf86-video-openchrome
    29 MODULE_NAME=xf86-video-openchrome
    30 
    30 
       
    31 # Package metadata
       
    32 UPSTREAM        = The OpenChrome project
       
    33 UPSTREAM_URL    = http://www.openchrome.org/
       
    34 UPSTREAM_SET    = yes
       
    35 
    31 # Version number (used in path names)
    36 # Version number (used in path names)
    32 MODULE_VERSION=0.2.904
    37 MODULE_VERSION=0.2.904
    33 
    38 
    34 # Checksums for upstream tarball
    39 # Checksums for upstream tarball
    35 TARBALL_MD5  = f2481d98ef54febf5bffbb88a2a2426d
    40 TARBALL_MD5  = f2481d98ef54febf5bffbb88a2a2426d
    41 # manpage-sections.patch edits configure.ac, so we need to autoreconf
    46 # manpage-sections.patch edits configure.ac, so we need to autoreconf
    42 AUTORECONF=yes
    47 AUTORECONF=yes
    43 
    48 
    44 # Man pages to apply Sun footer to & attributes to list
    49 # Man pages to apply Sun footer to & attributes to list
    45 SUNTOUCHED_MANPAGES=man/*.man
    50 SUNTOUCHED_MANPAGES=man/*.man
    46 SUN_PACKAGE=SUNWxorg-graphics-ddx
       
    47 MODULE_STABILITY=Volatile
    51 MODULE_STABILITY=Volatile
    48 
    52 
    49 # Extra flags to pass to configure script
    53 # Extra flags to pass to configure script
    50 # - Disable DRI since the kernel module isn't ported
    54 # - Disable DRI since the kernel module isn't ported
    51 MODULE_CONFIG_OPTS=--disable-dri
    55 MODULE_CONFIG_OPTS=--disable-dri