195N/A#
195N/A# CDDL HEADER START
195N/A#
195N/A# The contents of this file are subject to the terms of the
195N/A# Common Development and Distribution License (the "License").
195N/A# You may not use this file except in compliance with the License.
195N/A#
195N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
195N/A# or http://www.opensolaris.org/os/licensing.
195N/A# See the License for the specific language governing permissions
195N/A# and limitations under the License.
195N/A#
195N/A# When distributing Covered Code, include this CDDL HEADER in each
195N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
195N/A# If applicable, add the following below this CDDL HEADER, with the
195N/A# fields enclosed by brackets "[]" replaced with your own identifying
195N/A# information: Portions Copyright [yyyy] [name of copyright owner]
195N/A#
195N/A# CDDL HEADER END
195N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
195N/A#
195N/Ainclude ../../make-rules/shared-macros.mk
195N/A
195N/ACOMPONENT_NAME= doxygen
778N/ACOMPONENT_VERSION= 1.7.6.1
618N/ACOMPONENT_PROJECT_URL= http://www.stack.nl/~dimitri/doxygen/index.html
195N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
195N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).src.tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:0e60e794fb172d3fa4a9a9535f0b8e0eeb04e8366153f6b417569af0bcd61fcd
195N/ACOMPONENT_ARCHIVE_URL= http://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/doxygen
195N/A
778N/A# Download the manual so that we don't have to keep updating it in the gate.
778N/ACOMPONENT_ARCHIVE_1 = $(COMPONENT_NAME)_manual-$(COMPONENT_VERSION).pdf.zip
844N/ACOMPONENT_ARCHIVE_HASH_1 = \
844N/A sha256:abe8ea7db00fe68632edeb2d6e44f94ad96a0dc798702b044afbc1752c7b2a61
778N/ACOMPONENT_ARCHIVE_URL_1 = ftp://ftp.stack.nl/pub/users/dimitri/$(COMPONENT_ARCHIVE_1)
778N/A
3661N/ATPNO= 6511
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
195N/A
195N/A# Necessary to find CC during build
195N/APATH=$(SPRO_VROOT)/bin:/usr/bin
195N/A
195N/A# Missing files in build dir for configure without this.
195N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
195N/A
195N/A# Need to override default options since configure doesn't
195N/A# understand CC, CXX, etc.
195N/ACONFIGURE_OPTIONS = --platform solaris-cc
195N/ACONFIGURE_OPTIONS += --prefix /usr
778N/ACONFIGURE_OPTIONS += --enable-langs nl,sv,cz,fr,id,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca,lt,za,ar,fa
195N/A
195N/A# common targets
195N/Abuild: $(BUILD_32)
195N/A
195N/Ainstall: $(INSTALL_32)
778N/A cd $(PROTO_DIR) ; $(UNPACK) ../../../$(COMPONENT_ARCHIVE_1)
195N/A
195N/Atest: $(NO_TESTS)
195N/A
195N/A
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/library/c++-runtime
3996N/AREQUIRED_PACKAGES += system/library/math