2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# CDDL HEADER START
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# The contents of this file are subject to the terms of the
bdd36cfdba3ff66d25570a9ff568d69e1eb543cfTimo Sirainen# Common Development and Distribution License (the "License").
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# You may not use this file except in compliance with the License.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
09060303d565e15d54e42b4ef722f9d3c26f5336Timo Sirainen# See the License for the specific language governing permissions
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# and limitations under the License.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# If applicable, add the following below this CDDL HEADER, with the
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# CDDL HEADER END
f158d9a303bb15a6848ca276c9391c7ca52e452bTimo Sirainen# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
11ee3b40320a31669bd717fecbe1e332dad4fd84Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b44033e45e9f48f8a6e1ac5905234fec5de6d6ccAki Tuomi sha256:04e5146e6e56261baae9f63c590348a4b12ce22d3d46260e26e97233f40802c3
11ee3b40320a31669bd717fecbe1e332dad4fd84Timo SirainenCOMPONENT_ARCHIVE_URL= http://mirrors-usa.go-parts.com/$(COMPONENT_NAME)/source/official/$(COMPONENT_ARCHIVE)
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo Sirainen# needs sendmail packaging changes in S11.3 and later
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo SirainenCCARGS = -DDEF_DAEMON_DIR=\\\"/usr/lib/postfix\\\"
11ee3b40320a31669bd717fecbe1e332dad4fd84Timo SirainenCCARGS += -DDEF_MANPAGE_DIR=\\\"/usr/share/man\\\"
2670cd577aa57eb9f915a4f4220ae48c9b4fc5fbTimo SirainenCCARGS += -DDEF_NEWALIAS_PATH=\\\"/usr/sbin/newaliases\\\"
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen# pcre-config is run as part of the setup, so we need to find the 64-bit
a5ddfd7a8b473f73135b93d5e081e470a87f0f7eTimo Sirainen# version so it will provide a 64-bit runpath, o/w pkglint gives warnings.
09060303d565e15d54e42b4ef722f9d3c26f5336Timo SirainenPATH = /usr/bin/$(MACH64):/usr/bin:/usr/gnu/bin