2348N/A#
2348N/A# CDDL HEADER START
2348N/A#
2348N/A# The contents of this file are subject to the terms of the
2348N/A# Common Development and Distribution License (the "License").
2348N/A# You may not use this file except in compliance with the License.
2348N/A#
2348N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2348N/A# or http://www.opensolaris.org/os/licensing.
2348N/A# See the License for the specific language governing permissions
2348N/A# and limitations under the License.
2348N/A#
2348N/A# When distributing Covered Code, include this CDDL HEADER in each
2348N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2348N/A# If applicable, add the following below this CDDL HEADER, with the
2348N/A# fields enclosed by brackets "[]" replaced with your own identifying
2348N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2348N/A#
2348N/A# CDDL HEADER END
2348N/A#
3769N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
2348N/A#
2348N/A
3996N/ACOMPILER = gcc
3996N/A
2348N/Ainclude ../../make-rules/shared-macros.mk
2348N/A
2348N/ACOMPONENT_NAME= ptpd
2348N/ACOMPONENT_VERSION= 2.2.0
2348N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION)
2348N/ACOMPONENT_PROJECT_URL= http://ptpd.sourceforge.net/
2348N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2348N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2348N/ACOMPONENT_ARCHIVE_HASH= \
2348N/A sha256:f2266a22db84318d8b9ce266ea83772c03438c31f4993fa9643fa675a07c26b4
2348N/ACOMPONENT_ARCHIVE_URL= \
2348N/A http://downloads.sourceforge.net/project/ptpd/ptpd/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
3769N/ACOMPONENT_BUGDB= service/ptp
2348N/A
3661N/ATPNO_PTP= 12665
3661N/ATPNO_SOLARFLARE= 15817
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/justmake.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
2348N/A
2348N/APATCH_LEVEL = 1
2348N/A
2348N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
2348N/A
2348N/ACOMPONENT_BUILD_ENV += CC=$(CC)
2348N/A
2348N/A# Enable ASLR for this component
2348N/AASLR_MODE = $(ASLR_ENABLE)
2348N/A
2348N/Abuild: $(BUILD_64)
2348N/A
2348N/Ainstall: $(INSTALL_64)
2348N/A
2348N/Atest: $(NO_TESTS)
2348N/A
2348N/A
2348N/A
2348N/A
3996N/AREQUIRED_PACKAGES += shell/ksh93
3996N/AREQUIRED_PACKAGES += system/core-os
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/library/libv12n
3996N/AREQUIRED_PACKAGES += system/library/math