Makefile revision 1072
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync###############################################################################
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# smproxy 1.x Makefile
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# copy of this software and associated documentation files (the "Software"),
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# to deal in the Software without restriction, including without limitation
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# and/or sell copies of the Software, and to permit persons to whom the
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Software is furnished to do so, subject to the following conditions:
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# The above copyright notice and this permission notice (including the next
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# paragraph) shall be included in all copies or substantial portions of the
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Software.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# DEALINGS IN THE SOFTWARE.
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync#
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Package name used in tarballs
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_NAME=smproxy
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# pkg(5) name we deliver the files in (override default)
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_PKGNAME=x11/session/smproxy
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_PKGNAME_SET=yes
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Version number (used in path names)
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_VERSION=1.0.4
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Checksums for upstream tarball
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncTARBALL_MD5 = 8ab518393bef44d3ea2bccb027021aab
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncTARBALL_SHA1 = ea9639b6d0669f157ac62b807cdba64f509b25ed
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Patches to apply to source after unpacking, in order
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncSOURCE_PATCHES = pkgconfig.patch,-p1
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Need to regenerate configure from configure.ac after applying pkgconfig.patch
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncAUTORECONF = yes
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Man pages to apply Sun footer to & attributes to list
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncSUNTOUCHED_MANPAGES=*.man
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_STABILITY=Committed
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync# Compatibility links from /usr/X11/bin to /usr/bin
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncMODULE_X11_BINCOMPAT_LINKS = smproxy
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsyncinclude ../Makefile.inc
38ae7e4efe803ea78b6499cd05a394db32623e41vboxsync