Makefile revision 1351
5cd4555ad444fd391002ae32450572054369fd42Rob Austein###############################################################################
5cd4555ad444fd391002ae32450572054369fd42Rob Austein#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# proxymngr - X11 proxy manager service
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley#
5422929ca0d62760b204f18cf830069ae3f3fc77Automatic Updater# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Permission is hereby granted, free of charge, to any person obtaining a
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# copy of this software and associated documentation files (the "Software"),
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# to deal in the Software without restriction, including without limitation
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# the rights to use, copy, modify, merge, publish, distribute, sublicense,
dd750c560ae48cf6caeb9a9fe81d33fc4746106dBrian Wellington# 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
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5d924e398ed15c57c506315c7d11125dcc9cb098Jeremy Reed# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5d924e398ed15c57c506315c7d11125dcc9cb098Jeremy Reed# DEALINGS IN THE SOFTWARE.
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley#
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley#
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Package name used in tarballs
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_NAME=proxymngr
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# pkg(5) name we deliver the files in (override default)
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_PKGNAME=x11/network/x11-network-proxies
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_PKGNAME_SET=yes
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Package metadata
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_DESC = the X11 proxy manager service
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Package classification (override default)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_PKGCLASS=Applications/Internet
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_PKGCLASS_SET=yes
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews
d6b5e0b0e8a4e3e927f8d47ca82c3e7f42e0f4bbMark Andrews# Version number (used in path names)
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark AndrewsMODULE_VERSION=1.0.3
5422929ca0d62760b204f18cf830069ae3f3fc77Automatic Updater
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Checksums for upstream tarball
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinTARBALL_MD5 = b0dad55abda277f919f6213751badb04
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinTARBALL_SHA1 = 50f517d017663faf45a99e46a032647060791ba0
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Patches to apply to source after unpacking, in order
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSOURCE_PATCHES =
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Man pages to apply Sun footer to & attributes to list
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSUNTOUCHED_MANPAGES=*.man
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinMODULE_STABILITY=Committed
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# Compatibility links from /usr/X11/bin to /usr/bin
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_X11_BINCOMPAT_LINKS = proxymngr
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews# Tell proxymgr where lbxproxy will be found on the installed system,
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# even if it's not installed during the build.
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_CONFIG_OPTS = LBXPROXY="$(X11_BIN_DIR)/lbxproxy"
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# ignore some unneeded dependencies that upstream includes:
0f78f780648806bcb3e374b7dafac73e6c558ea8Mark Andrews# unreferenced object=libX11.so.4; unused dependency of /usr/bin/proxymngr
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# [fixed in git post-1.0.2]
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley# unreferenced object=libnsl.so.1; unused dependency of /usr/bin/proxymngr
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_LDFLAGS = -z ignore
13d9b8ce94aee267761cd297a583e280df262d60Tatuya JINMEI 神明達哉
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob HalleyMODULE_CONFIG_OPTS += --sysconfdir=/etc
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halleyinclude ../Makefile.inc
eeaa2277ead6df7253a8958ee2d786f73e05b8beTatuya JINMEI 神明達哉
6ea1b817e31b89a627e146fe69e23ea0a64c89ecBob Halley