Makefile revision 3996
217N/A#
217N/A# CDDL HEADER START
217N/A#
217N/A# The contents of this file are subject to the terms of the
217N/A# Common Development and Distribution License (the "License").
217N/A# You may not use this file except in compliance with the License.
217N/A#
217N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
217N/A# or http://www.opensolaris.org/os/licensing.
217N/A# See the License for the specific language governing permissions
217N/A# and limitations under the License.
217N/A#
217N/A# When distributing Covered Code, include this CDDL HEADER in each
217N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
217N/A# If applicable, add the following below this CDDL HEADER, with the
217N/A# fields enclosed by brackets "[]" replaced with your own identifying
217N/A# information: Portions Copyright [yyyy] [name of copyright owner]
217N/A#
217N/A# CDDL HEADER END
217N/A#
217N/A
217N/A#
6485N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
217N/A#
217N/A
217N/Ainclude ../../make-rules/shared-macros.mk
217N/A
6485N/ACOMPONENT_NAME= procmail
217N/ACOMPONENT_VERSION= 3.22
618N/ACOMPONENT_PROJECT_URL= http://www.procmail.org
217N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6485N/ACOMPONENT_ARCHIVE_HASH= \
217N/A sha256:087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117
1273N/ACOMPONENT_BUGDB= utility/procmail
217N/A
6485N/A# ftp://ftp.procmail.org/pub/procmail/procmail-3.22.tar.gz no longer works.
3661N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.ucsb.edu/pub/mirrors/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
3996N/A
3996N/ATPNO= 9003
3996N/A
217N/Ainclude $(WS_MAKE_RULES)/prep.mk
217N/Ainclude $(WS_MAKE_RULES)/justmake.mk
2670N/Ainclude $(WS_MAKE_RULES)/ips.mk
2670N/A
217N/ACOMPONENT_BUILD_ENV += CC="$(CC) -m64"
2670N/A
2670N/ACOMPONENT_INSTALL_ARGS += BASENAME=$(PROTOUSRDIR)
2670N/ACOMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMANDIR)
2670N/A
217N/APKG_PROTO_DIRS += $(COMPONENT_DIR)/files
217N/A
4253N/A# common targets
4253N/Abuild: $(BUILD_64)
2670N/A
217N/Ainstall: $(INSTALL_64)
2670N/A
217N/Atest: $(NO_TESTS)
2670N/A
217N/A
217N/AREQUIRED_PACKAGES += shell/ksh93
3996N/AREQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math