components/php-5_2/imap/Makefile
changeset 3817 30b42c38bbc4
parent 2211 a99bbd5139c0
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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=		imap
    25 COMPONENT_NAME=		imap
    26 COMPONENT_VERSION=	2007e
    26 COMPONENT_VERSION=	2007e
    32 # Firefox can download this:
    32 # Firefox can download this:
    33 #	ftp://ftp.cac.washington.edu/imap/$(COMPONENT_ARCHIVE)
    33 #	ftp://ftp.cac.washington.edu/imap/$(COMPONENT_ARCHIVE)
    34 # but our downloader cannot.  Proxy issue?
    34 # but our downloader cannot.  Proxy issue?
    35 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_TOP)/make-rules/justmake.mk
    38 include $(WS_MAKE_RULES)/justmake.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    41 CFLAGS += $(CPP_LARGEFILES)
    41 CFLAGS += $(CPP_LARGEFILES)
    42 # enable legacy stdio prototypes
    42 # enable legacy stdio prototypes
    43 # 7050600 sfw doesn't build on 166
    43 # 7050600 sfw doesn't build on 166
    44 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
    44 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
    59 
    59 
    60 test:		$(NO_TESTS)
    60 test:		$(NO_TESTS)
    61 
    61 
    62 publish:	build
    62 publish:	build
    63 
    63 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    65 
       
    66 include $(WS_TOP)/make-rules/depend.mk