components/fetchmail/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3989 cc7f2e59f3c0
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, 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=		fetchmail
    28 COMPONENT_NAME=		fetchmail
    35 COMPONENT_PROJECT_URL=	http://fetchmail.berlios.de/
    35 COMPONENT_PROJECT_URL=	http://fetchmail.berlios.de/
    36 COMPONENT_BUGDB=	utility/fetchmail
    36 COMPONENT_BUGDB=	utility/fetchmail
    37 
    37 
    38 TPNO=			8416
    38 TPNO=			8416
    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 
    43 
    44 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    44 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    45 CONFIGURE_OPTIONS  +=		PYTHON="$(PYTHON.2.7.32)"
    45 CONFIGURE_OPTIONS  +=		PYTHON="$(PYTHON.2.7.32)"
    46 CONFIGURE_OPTIONS  +=		--with-kerberos5
    46 CONFIGURE_OPTIONS  +=		--with-kerberos5
    47 CONFIGURE_OPTIONS  +=		--with-ssl
    47 CONFIGURE_OPTIONS  +=		--with-ssl
    59 
    59 
    60 install:	$(INSTALL_32)
    60 install:	$(INSTALL_32)
    61 
    61 
    62 test:		$(TEST_32)
    62 test:		$(TEST_32)
    63 
    63 
    64 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    65 
    64 
    66 include ../../make-rules/depend.mk
    65 REQUIRED_PACKAGES += library/python/tkinter-27
       
    66 REQUIRED_PACKAGES += library/security/openssl
       
    67 REQUIRED_PACKAGES += runtime/python-27
       
    68 REQUIRED_PACKAGES += service/security/kerberos-5
       
    69 REQUIRED_PACKAGES += shell/ksh93
       
    70 REQUIRED_PACKAGES += system/library