Makefile revision 5714
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# CDDL HEADER START
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License (the "License").
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# You may not use this file except in compliance with the License.
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# See the License for the specific language governing permissions
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# and limitations under the License.
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# When distributing Covered Code, include this CDDL HEADER in each
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# If applicable, add the following below this CDDL HEADER, with the
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich# fields enclosed by brackets "[]" replaced with your own identifying
8743e7c53a81e2bbae555f46dc06f898dde24fa9Klaus Luettich# information: Portions Copyright [yyyy] [name of copyright owner]
e0dde8f398fffca5dafbf8e820f04800d0f8c350Rainer Grabbe# CDDL HEADER END
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus Luettich sha256:88ac3e92755629077d9363319b1fa0db406efb10c2f22cdbb941bd8ab36fd733
a3be388eb25a536f76fd71c753f73692083bd5a5Klaus LuettichCOMPONENT_ARCHIVE_URL= http://mirrors-usa.go-parts.com/$(COMPONENT_NAME)/source/official/$(COMPONENT_ARCHIVE)
e0dde8f398fffca5dafbf8e820f04800d0f8c350Rainer GrabbeCCARGS = -DDEF_DAEMON_DIR=\\\"/usr/lib/postfix\\\"
950cfa4052e5934bbd4e4e51d72b7b5ebd09598cChristian MaederCCARGS += -DDEF_MANPAGE_DIR=\\\"/usr/share/man\\\"
e0dde8f398fffca5dafbf8e820f04800d0f8c350Rainer GrabbeCCARGS += -DDEF_NEWALIAS_PATH=\\\"/usr/sbin/newaliases\\\"
950cfa4052e5934bbd4e4e51d72b7b5ebd09598cChristian Maeder# pcre-config is run as part of the setup, so we need to find the 64-bit
5f0d686f35e3cf510a32517fe5a2788d591964aeChristian Maeder# version so it will provide a 64-bit runpath, o/w pkglint gives warnings.