components/doxygen/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		doxygen
    25 COMPONENT_NAME=		doxygen
    26 COMPONENT_VERSION=	1.7.6.1
    26 COMPONENT_VERSION=	1.7.6.1
    38     sha256:abe8ea7db00fe68632edeb2d6e44f94ad96a0dc798702b044afbc1752c7b2a61
    38     sha256:abe8ea7db00fe68632edeb2d6e44f94ad96a0dc798702b044afbc1752c7b2a61
    39 COMPONENT_ARCHIVE_URL_1 =	ftp://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE_1)
    39 COMPONENT_ARCHIVE_URL_1 =	ftp://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE_1)
    40 
    40 
    41 TPNO=			6511
    41 TPNO=			6511
    42 
    42 
    43 include ../../make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include ../../make-rules/configure.mk
    44 include $(WS_MAKE_RULES)/configure.mk
    45 include ../../make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 # Necessary to find CC during build
    47 # Necessary to find CC during build
    48 PATH=$(SPRO_VROOT)/bin:/usr/bin
    48 PATH=$(SPRO_VROOT)/bin:/usr/bin
    49 
    49 
    50 # Missing files in build dir for configure without this.
    50 # Missing files in build dir for configure without this.
    62 install:	$(INSTALL_32)
    62 install:	$(INSTALL_32)
    63 	cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) 
    63 	cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1) 
    64 
    64 
    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
       
    69 REQUIRED_PACKAGES += system/library/c++-runtime
       
    70 REQUIRED_PACKAGES += system/library/math