Makefile revision 1097
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews###############################################################################
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# xrdb 1.x Makefile
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews#
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Permission is hereby granted, free of charge, to any person obtaining a
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# copy of this software and associated documentation files (the "Software"),
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# to deal in the Software without restriction, including without limitation
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# the rights to use, copy, modify, merge, publish, distribute, sublicense,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and/or sell copies of the Software, and to permit persons to whom the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software is furnished to do so, subject to the following conditions:
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# The above copyright notice and this permission notice (including the next
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Software.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews#
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
dfea6f0eaadb9287cfcdc1566ac2f997af1b075aBob Halley# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
dfea6f0eaadb9287cfcdc1566ac2f997af1b075aBob Halley# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3761c433912beabe43abeed2c3513b6201c59f64Mark Andrews# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# DEALINGS IN THE SOFTWARE.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews#
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews#
b57bb9136af9f1bf84378f1f11f0efc55c52c628Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Package name used in tarballs
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsMODULE_NAME=xrdb
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# pkg(5) name we deliver the files in (override default)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsMODULE_PKGNAME=x11/x11-server-utilities
53bd3f325f898b6892742ce928da3daa02ba0eddDavid LawrenceMODULE_PKGNAME_SET=yes
53bd3f325f898b6892742ce928da3daa02ba0eddDavid Lawrence
53bd3f325f898b6892742ce928da3daa02ba0eddDavid Lawrence# Version number (used in path names)
53bd3f325f898b6892742ce928da3daa02ba0eddDavid LawrenceMODULE_VERSION=1.0.8
53bd3f325f898b6892742ce928da3daa02ba0eddDavid Lawrence
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Checksums for upstream tarball
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark AndrewsTARBALL_MD5 = 55cb47aa28460c34c3f9bac376e7fd78
d981ca645597116d227a48bf37cc5edc061c854dBob HalleyTARBALL_SHA1 = 9bfdd09a2b303b962439910f7bccaddd69b6ca8a
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington# Patches to apply to source after unpacking, in order
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsSOURCE_PATCHES =
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson
d981ca645597116d227a48bf37cc5edc061c854dBob Halley# Man pages to apply Sun footer to & attributes to list
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark AndrewsSUNTOUCHED_MANPAGES=man/xrdb.man
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark AndrewsMODULE_STABILITY=Committed
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews# Specify which cpp to use instead of depending on builder's $PATH
d981ca645597116d227a48bf37cc5edc061c854dBob HalleyMODULE_CONFIG_OPTS = --with-cpp=/usr/lib/cpp
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark AndrewsMODULE_CPPFLAGS=-DPATHETICCPP
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews# Compatibility links from /usr/X11/bin to /usr/bin
d981ca645597116d227a48bf37cc5edc061c854dBob HalleyMODULE_X11_BINCOMPAT_LINKS = xrdb
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrewsinclude ../Makefile.inc
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews