Ticket #18098: x11-stubs.diff

File x11-stubs.diff, 27.9 KB (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • x11/xorg-libXext/Portfile

     
    3232
    3333variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3434        if { [file exists ${x11prefix}/lib/libXext.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     35                depends_build
     36                depends_lib
     37                depends_run
    3538                fetch           { }
    3639                checksum        { }
     40                extract         { }
     41                patch           { }
    3742                build           { }
    3843                destroot        {
    3944                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-xcb-util/Portfile

     
    2929
    3030variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3131        if { [file exists ${x11prefix}/lib/libxcb-render-util.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     32                depends_build
     33                depends_lib
     34                depends_run
    3235                fetch           { }
    3336                checksum        { }
     37                extract         { }
     38                patch           { }
    3439                build           { }
    3540                destroot        {
    3641                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXevie/Portfile

     
    4141
    4242variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4343        if { [file exists ${x11prefix}/lib/libXevie.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     44                depends_build
     45                depends_lib
     46                depends_run
    4447                fetch           { }
    4548                checksum        { }
     49                extract         { }
     50                patch           { }
    4651                build           { }
    4752                destroot        {
    4853                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/mesa/Portfile

     
    5656
    5757variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    5858        if { [file exists ${x11prefix}/lib/libGLU.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     59                depends_build
     60                depends_lib
     61                depends_run
    5962                distfiles
    6063                fetch           { }
    6164                checksum        { }
     65                extract         { }
     66                patch           { }
    6267                patch           { }
    6368                build           { }
    6469                destroot        {
  • x11/xorg-libxcb/Portfile

     
    4040
    4141variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4242        if { [file exists ${x11prefix}/lib/libxcb.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     43                depends_build
     44                depends_lib
     45                depends_run
    4346                fetch           { }
    4447                checksum        { }
     48                extract         { }
     49                patch           { }
    4550                build           { }
    4651                destroot        {
    4752                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXdamage/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libXdamage.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/Xft2/Portfile

     
    5050
    5151variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    5252        if { [file exists ${x11prefix}/lib/libXft.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     53                depends_build
     54                depends_lib
     55                depends_run
    5356                fetch           { }
    5457                checksum        { }
     58                extract         { }
     59                patch           { }
    5560                build           { }
    5661                destroot        {
    5762                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXxf86vm/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libXxf86vm.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libice/Portfile

     
    3131
    3232variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3333        if { [file exists ${x11prefix}/lib/libICE.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     34                depends_build
     35                depends_lib
     36                depends_run
    3437                fetch           { }
    3538                checksum        { }
     39                extract         { }
     40                patch           { }
    3641                build           { }
    3742                destroot        {
    3843                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libdmx/Portfile

     
    3535
    3636variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3737        if { [file exists ${x11prefix}/lib/libdmx.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     38                depends_build
     39                depends_lib
     40                depends_run
    3841                fetch           { }
    3942                checksum        { }
     43                extract         { }
     44                patch           { }
    4045                build           { }
    4146                destroot        {
    4247                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXcomposite/Portfile

     
    3434
    3535variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3636        if { [file exists ${x11prefix}/lib/libXcomposite.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     37                depends_build
     38                depends_lib
     39                depends_run
    3740                fetch           { }
    3841                checksum        { }
     42                extract         { }
     43                patch           { }
    3944                build           { }
    4045                destroot        {
    4146                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libAppleWM/Portfile

     
    4242
    4343variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4444        if { [file exists ${x11prefix}/lib/libAppleWM.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     45                depends_build
     46                depends_lib
     47                depends_run
    4548                distfiles
    4649                fetch           { }
    4750                checksum        { }
     51                extract         { }
     52                patch           { }
    4853                build           { }
    4954                destroot        {
    5055                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXfixes/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libXfixes.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXvMC/Portfile

     
    3232
    3333variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3434        if { [file exists ${x11prefix}/lib/libXvMC.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     35                depends_build
     36                depends_lib
     37                depends_run
    3538                fetch           { }
    3639                checksum        { }
     40                extract         { }
     41                patch           { }
    3742                build           { }
    3843                destroot        {
    3944                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXdmcp/Portfile

     
    2727
    2828variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    2929        if { [file exists ${x11prefix}/lib/libXdmcp.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     30                depends_build
     31                depends_lib
     32                depends_run
    3033                fetch           { }
    3134                checksum        { }
     35                extract         { }
     36                patch           { }
    3237                build           { }
    3338                destroot        {
    3439                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXxf86dga/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libXxf86dga.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXres/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libXres.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXfontcache/Portfile

     
    3535
    3636variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3737        if { [file exists ${x11prefix}/lib/libXfontcache.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     38                depends_build
     39                depends_lib
     40                depends_run
    3841                fetch           { }
    3942                checksum        { }
     43                extract         { }
     44                patch           { }
    4045                build           { }
    4146                destroot        {
    4247                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libfontenc/Portfile

     
    3030
    3131variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3232        if { [file exists ${x11prefix}/lib/libfontenc.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     33                depends_build
     34                depends_lib
     35                depends_run
    3336                fetch           { }
    3437                checksum        { }
     38                extract         { }
     39                patch           { }
    3540                build           { }
    3641                destroot        {
    3742                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXrandr/Portfile

     
    3636
    3737variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3838        if { [file exists ${x11prefix}/lib/libXrandr.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     39                depends_build
     40                depends_lib
     41                depends_run
    3942                fetch           { }
    4043                checksum        { }
     44                extract         { }
     45                patch           { }
    4146                build           { }
    4247                destroot        {
    4348                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXScrnSaver/Portfile

     
    3232
    3333variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3434        if { [file exists ${x11prefix}/lib/libXss.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     35                depends_build
     36                depends_lib
     37                depends_run
    3538                fetch           { }
    3639                checksum        { }
     40                extract         { }
     41                patch           { }
    3742                build           { }
    3843                destroot        {
    3944                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libxkbui/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libxkbui.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXtst/Portfile

     
    3434
    3535variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3636        if { [file exists ${x11prefix}/lib/libXtst.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     37                depends_build
     38                depends_lib
     39                depends_run
    3740                fetch           { }
    3841                checksum        { }
     42                extract         { }
     43                patch           { }
    3944                build           { }
    4045                destroot        {
    4146                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xpm/Portfile

     
    3030
    3131variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3232        if { [file exists ${x11prefix}/lib/libXpm.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     33                depends_build
     34                depends_lib
     35                depends_run
    3336                fetch           { }
    3437                checksum        { }
     38                extract         { }
     39                patch           { }
    3540                build           { }
    3641                destroot        {
    3742                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXcursor/Portfile

     
    3535
    3636variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3737        if { [file exists ${x11prefix}/lib/libXcursor.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     38                depends_build
     39                depends_lib
     40                depends_run
    3841                fetch           { }
    3942                checksum        { }
     43                extract         { }
     44                patch           { }
    4045                build           { }
    4146                destroot        {
    4247                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libsm/Portfile

     
    3838
    3939variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4040        if { [file exists ${x11prefix}/lib/libSM.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     41                depends_build
     42                depends_lib
     43                depends_run
    4144                fetch           { }
    4245                checksum        { }
     46                extract         { }
     47                patch           { }
    4348                build           { }
    4449                destroot        {
    4550                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libxkbfile/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libxkbfile.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXfont/Portfile

     
    4343
    4444variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4545        if { [file exists ${x11prefix}/lib/libXfont.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     46                depends_build
     47                depends_lib
     48                depends_run
    4649                fetch           { }
    4750                checksum        { }
     51                extract         { }
     52                patch           { }
    4853                patch           { }
    4954                build           { }
    5055                destroot        {
  • x11/xorg-libFS/Portfile

     
    3030
    3131variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3232        if { [file exists ${x11prefix}/lib/libFS.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     33                depends_build
     34                depends_lib
     35                depends_run
    3336                fetch           { }
    3437                checksum        { }
     38                extract         { }
     39                patch           { }
    3540                build           { }
    3641                destroot        {
    3742                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libX11/Portfile

     
    4444
    4545variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4646        if { [file exists ${x11prefix}/lib/libX11.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     47                depends_build
     48                depends_lib
     49                depends_run
    4750                fetch           { }
    4851                checksum        { }
     52                extract         { }
     53                patch           { }
    4954                build           { }
    5055                destroot        {
    5156                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXmu/Portfile

     
    3535
    3636variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3737        if { [file exists ${x11prefix}/lib/libXmu.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     38                depends_build
     39                depends_lib
     40                depends_run
    3841                fetch           { }
    3942                checksum        { }
     43                extract         { }
     44                patch           { }
    4045                build           { }
    4146                destroot        {
    4247                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xrender/Portfile

     
    7474
    7575variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    7676        if { [file exists ${x11prefix}/lib/libXrender.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     77                depends_build
     78                depends_lib
     79                depends_run
    7780                fetch           { }
    7881                checksum        { }
     82                extract         { }
     83                patch           { }
    7984                build           { }
    8085                destroot        {
    8186                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXTrap/Portfile

     
    3535
    3636variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3737        if { [file exists ${x11prefix}/lib/libXTrap.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     38                depends_build
     39                depends_lib
     40                depends_run
    3841                fetch           { }
    3942                checksum        { }
     43                extract         { }
     44                patch           { }
    4045                build           { }
    4146                destroot        {
    4247                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-liboldX/Portfile

     
    3030
    3131variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3232        if { [file exists ${x11prefix}/lib/liboldX.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     33                depends_build
     34                depends_lib
     35                depends_run
    3336                fetch           { }
    3437                checksum        { }
     38                extract         { }
     39                patch           { }
    3540                build           { }
    3641                destroot        {
    3742                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXi/Portfile

     
    3232
    3333variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3434        if { [file exists ${x11prefix}/lib/libXi.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     35                depends_build
     36                depends_lib
     37                depends_run
    3538                fetch           { }
    3639                checksum        { }
     40                extract         { }
     41                patch           { }
    3742                build           { }
    3843                destroot        {
    3944                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-liblbxutil/Portfile

     
    4141
    4242variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4343        if { [file exists ${x11prefix}/lib/liblbxutil.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     44                depends_build
     45                depends_lib
     46                depends_run
    4447                fetch           { }
    4548                checksum        { }
     49                extract         { }
     50                patch           { }
    4651                build           { }
    4752                destroot        {
    4853                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXp/Portfile

     
    4040
    4141variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4242        if { [file exists ${x11prefix}/lib/libXp.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     43                depends_build
     44                depends_lib
     45                depends_run
    4346                fetch           { }
    4447                checksum        { }
     48                extract         { }
     49                patch           { }
    4550                build           { }
    4651                destroot        {
    4752                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXt/Portfile

     
    3636
    3737variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3838        if { [file exists ${x11prefix}/lib/libXt.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     39                depends_build
     40                depends_lib
     41                depends_run
    3942                fetch           { }
    4043                checksum        { }
     44                extract         { }
     45                patch           { }
    4146                build           { }
    4247                destroot        {
    4348                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXau/Portfile

     
    2929
    3030variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3131        if { [file exists ${x11prefix}/lib/libXau.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     32                depends_build
     33                depends_lib
     34                depends_run
    3235                fetch           { }
    3336                checksum        { }
     37                extract         { }
     38                patch           { }
    3439                build           { }
    3540                destroot        {
    3641                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXv/Portfile

     
    3232
    3333variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3434        if { [file exists ${x11prefix}/lib/libXv.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     35                depends_build
     36                depends_lib
     37                depends_run
    3538                fetch           { }
    3639                checksum        { }
     40                extract         { }
     41                patch           { }
    3742                build           { }
    3843                destroot        {
    3944                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXaw/Portfile

     
    4747
    4848variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    4949        if { [file exists ${x11prefix}/lib/libXaw.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     50                depends_build
     51                depends_lib
     52                depends_run
    5053                use_autoreconf  no
    5154                patch           { }             
    5255                fetch           { }
    5356                checksum        { }
     57                extract         { }
     58                patch           { }
    5459                build           { }
    5560                destroot        {
    5661                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXxf86misc/Portfile

     
    3636
    3737variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3838        if { [file exists ${x11prefix}/lib/libXxf86misc.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     39                depends_build
     40                depends_lib
     41                depends_run
    3942                fetch           { }
    4043                checksum        { }
     44                extract         { }
     45                patch           { }
    4146                build           { }
    4247                destroot        {
    4348                        xinstall -d ${destroot}${prefix}/share/doc/${name}
  • x11/xorg-libXinerama/Portfile

     
    3333
    3434variant system_x11 description {Install a stub package to use the system X11 libraries rather than MacPorts} {
    3535        if { [file exists ${x11prefix}/lib/libXinerama.dylib] && ! [string equal ${prefix} ${x11prefix}] } {
     36                depends_build
     37                depends_lib
     38                depends_run
    3639                fetch           { }
    3740                checksum        { }
     41                extract         { }
     42                patch           { }
    3843                build           { }
    3944                destroot        {
    4045                        xinstall -d ${destroot}${prefix}/share/doc/${name}