components/gd2/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=		gd2
    25 COMPONENT_NAME=		gd2
    26 COMPONENT_VERSION=      2.0.35
    26 COMPONENT_VERSION=      2.0.35
    35 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)releases/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)releases/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	library/gd2
    36 COMPONENT_BUGDB=	library/gd2
    37 
    37 
    38 TPNO=			8786
    38 TPNO=			8786
    39 
    39 
    40 include ../../make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include ../../make-rules/configure.mk
    41 include $(WS_MAKE_RULES)/configure.mk
    42 include ../../make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 include ../../make-rules/lint-libraries.mk
    43 include $(WS_MAKE_RULES)/lint-libraries.mk
    44 
    44 
    45 PKG_CONFIG_PATH_32 = /usr/lib/pkgconfig
    45 PKG_CONFIG_PATH_32 = /usr/lib/pkgconfig
    46 PKG_CONFIG_PATH_64 = /usr/lib/$(MACH64)/pkgconfig
    46 PKG_CONFIG_PATH_64 = /usr/lib/$(MACH64)/pkgconfig
    47 
    47 
    48 PATCH_LEVEL = 0
    48 PATCH_LEVEL = 0
    69 test: 	$(NO_TESTS)
    69 test: 	$(NO_TESTS)
    70 	@echo "There is no test harness for libgd2."
    70 	@echo "There is no test harness for libgd2."
    71 	@echo "Test programs must be run manually and their output"
    71 	@echo "Test programs must be run manually and their output"
    72 	@echo "should be visually inspected."
    72 	@echo "should be visually inspected."
    73 
    73 
    74 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
       
    75 
    74 
    76 include ../../make-rules/depend.mk
       
    77 
    75 
       
    76 REQUIRED_PACKAGES += image/library/libjpeg
       
    77 REQUIRED_PACKAGES += image/library/libpng
       
    78 REQUIRED_PACKAGES += library/zlib
       
    79 REQUIRED_PACKAGES += shell/ksh93
       
    80 REQUIRED_PACKAGES += system/library
       
    81 REQUIRED_PACKAGES += system/library/fontconfig
       
    82 REQUIRED_PACKAGES += system/library/freetype-2
       
    83 REQUIRED_PACKAGES += system/library/math
       
    84 REQUIRED_PACKAGES += x11/library/libx11
       
    85 REQUIRED_PACKAGES += x11/library/libxpm