2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# CDDL HEADER START
b44650b0f48a4b5f0dc240ed836833a00b643b9fTimo Sirainen# The contents of this file are subject to the terms of the
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# Common Development and Distribution License (the "License").
bdd36cfdba3ff66d25570a9ff568d69e1eb543cfTimo Sirainen# You may not use this file except in compliance with the License.
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# See the License for the specific language governing permissions
f93c833d644ecff0b0f80bee4f1cdde3e697b5c8Timo Sirainen# and limitations under the License.
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# CDDL HEADER END
b624773984e35dd894db8dff976c1a2114c70782Timo Sirainen# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION)
be5c76fabc7439fd33bc799bc3ab3f570799977bTimo Sirainen sha256:b28dca90428a3b30e650525cdc16255d76bb6ccd65d448be53e620d95d5cc040
be5c76fabc7439fd33bc799bc3ab3f570799977bTimo SirainenCOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/expect/files/Expect/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
43d3ea2780b5f8557ede7b4c039e8f56cb8d357dTimo SirainenSCRIPTS = timed-run timed-read ftp-rfc autopasswd lpunlock weather \
43d3ea2780b5f8557ede7b4c039e8f56cb8d357dTimo Sirainen passmass rftp kibitz rlogin-cwd xpstat tkpasswd dislocate xkibitz \
788a0754cfd38dcfec1902844b085e4e84cfe7e6Timo Sirainen tknewsbiff unbuffer mkpasswd cryptdir decryptdir autoexpect multixterm
f93c833d644ecff0b0f80bee4f1cdde3e697b5c8Timo SirainenCONFIGURE_OPTIONS += --with-tcl="$(COMPONENT_DIR)/../tcl/build/$(MACH$(BITS))"
f93c833d644ecff0b0f80bee4f1cdde3e697b5c8Timo SirainenCONFIGURE_OPTIONS += --with-tclinclude="$(COMPONENT_DIR)/../tcl/build/$(MACH$(BITS))/generic"
f93c833d644ecff0b0f80bee4f1cdde3e697b5c8Timo SirainenCONFIGURE_OPTIONS.64 += LDFLAGS="$(LDFLAGS) -m64"
f93c833d644ecff0b0f80bee4f1cdde3e697b5c8Timo Sirainen# common targets
2e29e4797a48d78d669821722bdb54fd0a1d3b94Timo Sirainen# special targets due to tcl internals dependencies