open-src/app/xscreensaver/Makefile
changeset 25 27105f388482
parent 17 151bef9509d4
child 34 e0b6b789b46a
equal deleted inserted replaced
24:656b73953913 25:27105f388482
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.61	06/05/10
    33 # @(#)Makefile	1.62	06/06/09
    34 #
    34 #
    35 
    35 
    36 PWD:sh=pwd
    36 PWD:sh=pwd
    37 TOP=$(PWD)/../..
    37 TOP=$(PWD)/../..
    38 BUILD_TYPES=32
    38 BUILD_TYPES=32
    41 XSCREENSAVER_VERS=4.05
    41 XSCREENSAVER_VERS=4.05
    42 
    42 
    43 # Source tarball
    43 # Source tarball
    44 SOURCE_TARBALL_NAME=xscreensaver-$(XSCREENSAVER_VERS).tar.gz
    44 SOURCE_TARBALL_NAME=xscreensaver-$(XSCREENSAVER_VERS).tar.gz
    45 
    45 
    46 # Download site for source
    46 # Download site for source - master site no longer carries 4.05 so we use
       
    47 # a mirror site until we upgrade to a newer version
    47 #SOURCE_URL=http://www.jwz.org/xscreensaver/$(SOURCE_TARBALL_NAME)
    48 #SOURCE_URL=http://www.jwz.org/xscreensaver/$(SOURCE_TARBALL_NAME)
    48 SOURCE_URL=http://slackware.osuosl.org/unsupported/source/gnome-1.4.1/xscreensaver/$(SOURCE_TARBALL_NAME)
    49 SOURCE_URL=http://slackware.osuosl.org/unsupported/source/gnome-1.4.1/xscreensaver/$(SOURCE_TARBALL_NAME)
    49 
       
    50 SOURCE_UNCOMPRESS=gzcat
    50 SOURCE_UNCOMPRESS=gzcat
    51 
    51 
    52 # Patches to apply to source after unpacking, in order
    52 # Patches to apply to source after unpacking, in order
    53 SOURCE_PATCHES = \
    53 SOURCE_PATCHES = \
    54 	solaris-suncc-fixes.patch \
    54 	solaris-suncc-fixes.patch \