components/net-snmp-57/Makefile
changeset 7687 1093e2a9adbd
parent 6552 402379bc1b60
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 # net-snmp has a "special" build where only 32-bit items are installed into
    25 # net-snmp has a "special" build where only 32-bit items are installed into
    26 # proto area; so prefer 32-bit to preserve existing sourcing.
    26 # proto area; so prefer 32-bit to preserve existing sourcing.
    27 BUILD_BITS= 32_and_64
    27 BUILD_BITS= 32_and_64
    28 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    34 COMPONENT_PROJECT_URL=	http://www.net-snmp.org/
    34 COMPONENT_PROJECT_URL=	http://www.net-snmp.org/
    35 COMPONENT_ARCHIVE_HASH= \
    35 COMPONENT_ARCHIVE_HASH= \
    36     sha256:35dd20a2b17849f6d5a0a6109b4f52c1a777a3e1a00c79c4a175c520d23f3497
    36     sha256:35dd20a2b17849f6d5a0a6109b4f52c1a777a3e1a00c79c4a175c520d23f3497
    37 COMPONENT_ARCHIVE_URL=	http://ftp.ntua.gr/mirror/net-snmp/net-snmp/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	http://ftp.ntua.gr/mirror/net-snmp/net-snmp/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	service/net-snmp utility/net-snmp library/net-snmp
    38 COMPONENT_BUGDB=	service/net-snmp utility/net-snmp library/net-snmp
       
    39 COMPONENT_ANITYA_ID=	2062
    39 
    40 
    40 TPNO=			13120
    41 TPNO=			13120
    41 
    42 
    42 BUILD_32_and_64 += $(BUILD_DIR_32)/.docs
    43 BUILD_32_and_64 += $(BUILD_DIR_32)/.docs
    43 INSTALL_TARGET= build $(INSTALL_32_and_64)
    44 INSTALL_TARGET= build $(INSTALL_32_and_64)