components/libevent/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		libevent
    28 COMPONENT_NAME=		libevent
    36 COMPONENT_ARCHIVE_URL=	http://cloud.github.com/downloads/libevent/libevent/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	http://cloud.github.com/downloads/libevent/libevent/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	library/libevent
    37 COMPONENT_BUGDB=	library/libevent
    38 
    38 
    39 TPNO=			5581
    39 TPNO=			5581
    40 
    40 
    41 include ../../make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include ../../make-rules/configure.mk
    42 include $(WS_MAKE_RULES)/configure.mk
    43 include ../../make-rules/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 include ../../make-rules/lint-libraries.mk
    44 include $(WS_MAKE_RULES)/lint-libraries.mk
    45 
    45 
    46 COMPONENT_PRE_CONFIGURE_ACTION =  \
    46 COMPONENT_PRE_CONFIGURE_ACTION =  \
    47 	($(CLONEY) $(SOURCE_DIR) $(@D))
    47 	($(CLONEY) $(SOURCE_DIR) $(@D))
    48 
    48 
    49 #The original manpage is in a format that the Solaris man command does
    49 #The original manpage is in a format that the Solaris man command does
    62 
    62 
    63 # this isn't really true - there _are_ tests, but we can't run
    63 # this isn't really true - there _are_ tests, but we can't run
    64 # them because we delete things that the tests want (see above).
    64 # them because we delete things that the tests want (see above).
    65 test:		$(NO_TESTS)
    65 test:		$(NO_TESTS)
    66 
    66 
    67 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    68 
    67 
    69 include ../../make-rules/depend.mk
    68 REQUIRED_PACKAGES += system/library