Makefile revision 919
71092d70af35567dd154d3de2ce04ce62e157a7cLennart Poettering###############################################################################
b4763d9d4c2f993e96686b51885ddffa86aeaaedKay Sievers#
b4763d9d4c2f993e96686b51885ddffa86aeaaedKay Sievers# transset 1.x Makefile
b4763d9d4c2f993e96686b51885ddffa86aeaaedKay Sievers#
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
7c66aeba0f28cb82027d6015405ed71afa3b6059Kay Sievers# Use is subject to license terms.
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering#
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# Permission is hereby granted, free of charge, to any person obtaining a
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# copy of this software and associated documentation files (the "Software"),
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# to deal in the Software without restriction, including without limitation
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# the rights to use, copy, modify, merge, publish, distribute, sublicense,
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# and/or sell copies of the Software, and to permit persons to whom the
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering# Software is furnished to do so, subject to the following conditions:
9a36607584bbd1d78775353e022a51794b4e27b1Lennart Poettering#
a40593a0d0d740efa387e35411e1e456a6c5aba7Lennart Poettering# The above copyright notice and this permission notice (including the next
20ffc4c4a9226b0e45cc02ad9c0108981626c0bbKay Sievers# paragraph) shall be included in all copies or substantial portions of the
2d19f95caef8668aeb5c05a18b39c6b79f710856Kay Sievers# Software.
3679d1126bae52e02f6cd60fca196f616b9e660dLennart Poettering#
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0028da22f194f7c0ca7169a48cf32e1bc0f9138aLennart Poettering# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a4cc3e5ccc0a3033d764a9eb3ae5ee90db560682Lennart Poettering# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7e2c2bcf1285d124c9c656ff46cafa4db0a987c9Lennart Poettering# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
f0c15f288513aa4da012db7497a4aec3f7763ebbLennart Poettering# DEALINGS IN THE SOFTWARE.
7b4da18c1717f811bae67ea3d39290495857c03eLennart Poettering#
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering#
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering
81d112a8f0522a09fcfe317f420363a2b728137cLennart Poettering# Package name used in tarballs
eb124a97fb72d076014253b1acde69d428f15ecfLennart PoetteringMODULE_NAME=transset
32821c76d5901276e2fc8635202dde088268a65fKay Sievers
32821c76d5901276e2fc8635202dde088268a65fKay Sievers# Version number (used in path names)
3df82d5a8cdc510f518fd5e234ccb3233b748719Lennart PoetteringMODULE_VERSION=0.9.1
a7c54c8c1fc4101e784c101e680975f2143381ceLennart Poettering
a7c54c8c1fc4101e784c101e680975f2143381ceLennart Poettering# Checksums for upstream tarball
d686f034c3b9021e07faefe172ee660abd952871Lennart PoetteringTARBALL_MD5 = d289dd300124c9680e9eeae83947b0cf
d686f034c3b9021e07faefe172ee660abd952871Lennart PoetteringTARBALL_SHA1 = 6e59ffc4f7ccca4d88bf5ec1bb7700ad611720f9
d686f034c3b9021e07faefe172ee660abd952871Lennart Poettering
19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71Lennart Poettering# Source tarball
19aa7c4fef4a3f1dfc6d9980574ca220a6a40a71Lennart PoetteringSOURCE_URL=http://dlc.sun.com/osol/x/downloads/mirrors/$(SOURCE_TARBALL_NAME)
aa96c6cb44a6eeccc506ae055aae2519a7f914e1Lennart PoetteringSOURCE_URL_SET=yes
e8a7a315391a6a07897122725cd707f4e9ce63d7Lennart Poettering
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering# Man pages to apply Sun footer to & attributes to list
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart Poettering#SUNTOUCHED_MANPAGES=man/*.man
ef3b5246879094e29cc99c4d24cbfeb19b7da49bLennart PoetteringSUN_PACKAGE=SUNWcompmgr
461bd8e47cafacfcd38389e7558330bfb6e902adLennart PoetteringMODULE_STABILITY=Volatile
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poettering
461bd8e47cafacfcd38389e7558330bfb6e902adLennart Poetteringinclude ../Makefile.inc
ab8e074ce25b9947314c69e17afe1bd2527ee26dLennart Poettering