Makefile revision 1043
0283e511317cae3785a9d48e236289a234a25368Mark Andrews###############################################################################
664e11f0b14c78cef7cf6b8c70323a1da494e351Mark Andrews# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
016c4317500eb565b82b27d00ba6b621c6e29110Mark Andrews# Permission is hereby granted, free of charge, to any person obtaining a
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews# copy of this software and associated documentation files (the "Software"),
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews# to deal in the Software without restriction, including without limitation
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews# the rights to use, copy, modify, merge, publish, distribute, sublicense,
ce9c1558a6c81b49a5cedf55d168f889aeb5d310Mark Andrews# and/or sell copies of the Software, and to permit persons to whom the
0f3264c8d1b66de8dedd137d53615b8a8556adfaMark Andrews# Software is furnished to do so, subject to the following conditions:
0f3264c8d1b66de8dedd137d53615b8a8556adfaMark Andrews# The above copyright notice and this permission notice (including the next
0e30609d7b3e31e3ff249d185041b9140b5410baMark Andrews# paragraph) shall be included in all copies or substantial portions of the
9e8947d9e606b967d0792d0ab1ee7afac5e5f39dMark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
9e8947d9e606b967d0792d0ab1ee7afac5e5f39dMark Andrews# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9e8947d9e606b967d0792d0ab1ee7afac5e5f39dMark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3cff31d890bf0815b6b2c7603d1e5c37dc3f26b7Mark Andrews# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3cff31d890bf0815b6b2c7603d1e5c37dc3f26b7Mark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2005c3b37bb39a37dc0b034bb2149006df7e3759Mark Andrews# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2005c3b37bb39a37dc0b034bb2149006df7e3759Mark Andrews# DEALINGS IN THE SOFTWARE.
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews# Package name used in tarballs
9a7d202077fae00fbdca610d8a8d90689e30f331Mark Andrews# pkg(5) name we deliver the files in (override default)
c368f28dad471c70213b41f7a0ad1b4ef4d8c543Mark Andrews# Version number (used in path names)
f1d6c77eccf502398ae5954fb884bde70764a047Mark Andrews# Checksums for upstream tarball
7adca0ea2fcd44641861523b718d6980c0666103Mark AndrewsTARBALL_SHA1 = 24ace2470403f85a0d393769204029bd8247992a
7adca0ea2fcd44641861523b718d6980c0666103Mark Andrews# Patches to apply to source after unpacking, in order
5badfc7e00b2ec2c7b93657906b8609114ee00ccMark Andrews# Extra configure flags
5badfc7e00b2ec2c7b93657906b8609114ee00ccMark AndrewsMODULE_CONFIG_OPTS=--disable-gzip-small-encodings \
2005c3b37bb39a37dc0b034bb2149006df7e3759Mark Andrews### Include common rulesets