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