components/graphviz/Makefile
changeset 683 c613b3449c36
parent 623 15f87c23a86e
child 706 6e61f0012046
equal deleted inserted replaced
682:c6e4f94fd35d 683:c613b3449c36
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2012, 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=		graphviz
    28 COMPONENT_NAME=		graphviz
    34 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)pub/graphviz/stable/SOURCES/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)pub/graphviz/stable/SOURCES/$(COMPONENT_ARCHIVE)
    35 
    35 
    36 include ../../make-rules/prep.mk
    36 include ../../make-rules/prep.mk
    37 include ../../make-rules/configure.mk
    37 include ../../make-rules/configure.mk
    38 include ../../make-rules/ips.mk
    38 include ../../make-rules/ips.mk
    39 
       
    40 PKGMOGRIFY_TRANSFORMS +=	$(WS_TOP)/transforms/libtool-drop
       
    41 
    39 
    42 PATH =		/usr/bin:/usr/gnu/bin:/usr/php/5.2/bin
    40 PATH =		/usr/bin:/usr/gnu/bin:/usr/php/5.2/bin
    43 
    41 
    44 # GMP header files for the guile extension (no --with- flag)
    42 # GMP header files for the guile extension (no --with- flag)
    45 # The guile build is broken with studio (7073649), so we disable this for now.
    43 # The guile build is broken with studio (7073649), so we disable this for now.