components/php-5_3/imap/Makefile
changeset 3817 30b42c38bbc4
parent 2211 a99bbd5139c0
child 4339 6501cf9c29f9
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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 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=	2007f
    26 COMPONENT_VERSION=	2007f
    29 COMPONENT_ARCHIVE_HASH= \
    29 COMPONENT_ARCHIVE_HASH= \
    30     sha256:53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28
    30     sha256:53e15a2b5c1bc80161d42e9f69792a3fa18332b7b771910131004eb520004a28
    31 COMPONENT_ARCHIVE_URL=	ftp://ftp.cac.washington.edu/imap/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	ftp://ftp.cac.washington.edu/imap/$(COMPONENT_ARCHIVE)
    32 COMPONENT_PROJECT_URL=	http://www.washington.edu/imap/
    32 COMPONENT_PROJECT_URL=	http://www.washington.edu/imap/
    33 
    33 
    34 include $(WS_TOP)/make-rules/prep.mk
    34 include $(WS_MAKE_RULES)/prep.mk
    35 include $(WS_TOP)/make-rules/justmake.mk
    35 include $(WS_MAKE_RULES)/justmake.mk
    36 include $(WS_TOP)/make-rules/ips.mk
    36 include $(WS_MAKE_RULES)/ips.mk
    37 
    37 
    38 CFLAGS += $(CPP_LARGEFILES)
    38 CFLAGS += $(CPP_LARGEFILES)
    39 # enable legacy stdio prototypes
    39 # enable legacy stdio prototypes
    40 # 7050600 sfw doesn't build on 166
    40 # 7050600 sfw doesn't build on 166
    41 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
    41 CFLAGS += -D__USE_LEGACY_PROTOTYPES__
    57 
    57 
    58 test:		$(NO_TESTS)
    58 test:		$(NO_TESTS)
    59 
    59 
    60 publish:	build
    60 publish:	build
    61 
    61 
    62 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    63 
       
    64 include $(WS_TOP)/make-rules/depend.mk