5616N/A#
5616N/A# CDDL HEADER START
5616N/A#
5616N/A# The contents of this file are subject to the terms of the
5616N/A# Common Development and Distribution License (the "License").
5616N/A# You may not use this file except in compliance with the License.
5616N/A#
5616N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5616N/A# or http://www.opensolaris.org/os/licensing.
5616N/A# See the License for the specific language governing permissions
5616N/A# and limitations under the License.
5616N/A#
5616N/A# When distributing Covered Code, include this CDDL HEADER in each
5616N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5616N/A# If applicable, add the following below this CDDL HEADER, with the
5616N/A# fields enclosed by brackets "[]" replaced with your own identifying
5616N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5616N/A#
5616N/A# CDDL HEADER END
5616N/A#
5616N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
5616N/A#
5680N/ABUILD_BITS= 64
5616N/Ainclude ../../make-rules/shared-macros.mk
5616N/A
5616N/ACOMPONENT_NAME= ftp-proxy
5616N/ACOMPONENT_VERSION= OPENBSD_5_5
5616N/AIPS_COMPONENT_VERSION= 5.5
5616N/ACOMPONENT_PROJECT_URL= http://www.openbsd.org
5616N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6909N/A# The archive exists only in the userland cache. In order to update the cache,
6909N/A# we have to get the sources via CVS manually and ask the gatekeepers to add it.
5616N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
6909N/ACOMPONENT_ARCHIVE_URL=
5680N/ACOMPONENT_ARCHIVE_SRC= cache
5616N/ACOMPONENT_ARCHIVE_HASH= sha256:372dbe0ca8c6b090842a9f0fbdd13b320dc37883137d3dc674d588448aa2d5e9
5616N/ACOMPONENT_BUGDB= service/ftp-proxy
5616N/A
5616N/ATPNO= 24255
5616N/A
5634N/A# Depends on S12-only changes in ON.
5634N/Aifeq ($(BUILD_TYPE), evaluation)
5634N/ABUILD_64=
5634N/AINSTALL_64=
5634N/APUBLISH_STAMP=
5634N/Aendif
5634N/A
5680N/ABUILD_STYLE= justmake
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
5680N/A
5680N/A#
5680N/A# Don't overwrite CFLAGS here, just add our options there.
5680N/A#
5680N/ACOMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS) -D_SOLARIS_ -DOBSD_COMP -lscf"
5616N/A
5616N/ACOMPONENT_INSTALL_ARGS += PREFIX=$(PROTOUSRDIR)
5616N/ACOMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMANDIR)
5680N/ACOMPONENT_INSTALL_ARGS += INSTALL=$(INSTALL)
5616N/A
5616N/AREQUIRED_PACKAGES += library/libevent
5616N/AREQUIRED_PACKAGES += network/firewall
5616N/AREQUIRED_PACKAGES += shell/ksh93
5616N/AREQUIRED_PACKAGES += system/core-os
5616N/AREQUIRED_PACKAGES += system/header